summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Artounian <partounian@users.noreply.github.com>2018-03-07 09:44:06 -0800
committerAndrew Gallant <jamslam@gmail.com>2018-03-07 12:44:06 -0500
commit9d7448bfc04690300af1522a5165236dec2bc7cc (patch)
treebbf4e6ca3db4689fc7c1a357c57806a46e6a3631
parentb98585b429c2665f69d49ddec980933360e98a25 (diff)
doc: shorten Rust nightly brew install command
The burntsushi/ripgrep/ prefix is not needed.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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):