From 00d9d83b19078de0bee19a97c62aff43cbe2adee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=8D=D0=B9=D0=BD=D1=82?= Date: Tue, 5 Oct 2021 04:07:16 +0700 Subject: [PATCH] update brew formulae package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d9157..94550c9 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ $ scoop install neovide ### Mac (from source) -1. Install the latest version of Rust. Using homebrew: `brew install rustup` +1. Install the latest version of Rust. Using homebrew: `brew install rustup-init` 2. Configure rust by running `rustup-init` 3. Install CMake. Using homebrew: `brew install cmake` 4. `git clone https://github.com/Kethku/neovide`