Merge pull request #1292 from d12bb/patch-1

[README]: add installation via Homebrew
macos-click-through
shaunsingh 2 years ago committed by GitHub
commit c7531fd0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,7 +157,16 @@ $ scoop install neovide
6. Copy `./target/release/neovide.exe` to a known location and enjoy. 6. Copy `./target/release/neovide.exe` to a known location and enjoy.
### Mac (from source) ### Mac
#### Package manager
Neovide is available as Cask in [Homebrew](https://brew.sh). It can be installed from the command line:
```sh
brew install --cask neovide
```
#### From source
1. Install the latest version of Rust. Using homebrew: `brew install rustup-init` 1. Install the latest version of Rust. Using homebrew: `brew install rustup-init`
2. Configure rust by running `rustup-init` 2. Configure rust by running `rustup-init`

Loading…
Cancel
Save