From 9d7448bfc04690300af1522a5165236dec2bc7cc Mon Sep 17 00:00:00 2001 From: Patrick Artounian Date: Wed, 7 Mar 2018 09:44:06 -0800 Subject: [PATCH] doc: shorten Rust nightly brew install command The burntsushi/ripgrep/ prefix is not needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e78ffa..5821853a 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ optimizations) by utilizing a custom tap: ``` $ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git -$ brew install burntsushi/ripgrep/ripgrep-bin +$ brew install ripgrep-bin ``` If you're a **Windows Chocolatey** user, then you can install ripgrep from the [official repo](https://chocolatey.org/packages/ripgrep):