mirror of https://github.com/lapce/lapce.git
Update building-from-source.md
This commit is contained in:
parent
3496fe6cf7
commit
83f90682d3
|
@ -2,7 +2,7 @@
|
|||
|
||||
It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles the build process, all you need to do, is ensure the correct dependencies are installed.
|
||||
|
||||
1. Install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/). If you already have the toolchain, ensure you are using version 1.62 or higher.
|
||||
1. Install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/). If you already have the toolchain, ensure you are using version 1.64 or higher.
|
||||
|
||||
2. Install dependencies for your operating system:
|
||||
|
||||
|
|
Loading…
Reference in New Issue