[README]: add installation via Homebrew

macos-click-through
Benedikt Müller 2 years ago committed by GitHub
parent ac48a6cfb4
commit 1dacd381b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,16 @@ $ scoop install neovide
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`
2. Configure rust by running `rustup-init`

Loading…
Cancel
Save