|
|
@ -147,12 +147,13 @@ $ scoop install neovide
|
|
|
|
|
|
|
|
|
|
|
|
### Mac (from source)
|
|
|
|
### Mac (from source)
|
|
|
|
|
|
|
|
|
|
|
|
1. Install the latest version of Rust. I recommend <https://rustup.rs/>
|
|
|
|
1. Install the latest version of Rust. Using homebrew: `brew install rustup`
|
|
|
|
2. Install CMake. Using homebrew: `brew install cmake`
|
|
|
|
2. Configure rust by running `rustup-init`
|
|
|
|
3. `git clone https://github.com/Kethku/neovide`
|
|
|
|
3. Install CMake. Using homebrew: `brew install cmake`
|
|
|
|
4. `cd neovide`
|
|
|
|
4. `git clone https://github.com/Kethku/neovide`
|
|
|
|
5. `cargo build --release`
|
|
|
|
5. `cd neovide`
|
|
|
|
6. Copy `./target/release/neovide` to a known location and enjoy.
|
|
|
|
6. `cargo build --release`
|
|
|
|
|
|
|
|
7. Copy `./target/release/neovide` to a known location and enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
### Linux
|
|
|
|
|
|
|
|
|
|
|
|