From 59629ebb75e7058c6c7b51ae395a4c4a117c0bef Mon Sep 17 00:00:00 2001 From: shaunsingh Date: Thu, 17 Jun 2021 17:48:49 -0400 Subject: [PATCH] Change macOS instructions to install rust via homebrew --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6802d39..c02233d 100644 --- a/README.md +++ b/README.md @@ -147,12 +147,13 @@ $ scoop install neovide ### Mac (from source) -1. Install the latest version of Rust. I recommend -2. Install CMake. Using homebrew: `brew install cmake` -3. `git clone https://github.com/Kethku/neovide` -4. `cd neovide` -5. `cargo build --release` -6. Copy `./target/release/neovide` to a known location and enjoy. +1. Install the latest version of Rust. Using homebrew: `brew install rustup` +2. Configure rust by running `rustup-init` +3. Install CMake. Using homebrew: `brew install cmake` +4. `git clone https://github.com/Kethku/neovide` +5. `cd neovide` +6. `cargo build --release` +7. Copy `./target/release/neovide` to a known location and enjoy. ### Linux