From 1dacd381b7f040ee336166f1ff424df37b44c390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20M=C3=BCller?= Date: Thu, 28 Apr 2022 11:02:22 +0200 Subject: [PATCH] [README]: add installation via Homebrew --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ce19a..09d717f 100644 --- a/README.md +++ b/README.md @@ -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`