Change macOS instructions to install rust via homebrew

macos-click-through
shaunsingh 3 years ago committed by GitHub
parent a2c6c7dce6
commit 59629ebb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save