1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-19 05:33:04 +02:00

doc: shorten Rust nightly brew install command

The burntsushi/ripgrep/ prefix is not needed.
This commit is contained in:
Patrick Artounian 2018-03-07 09:44:06 -08:00 committed by Andrew Gallant
parent b98585b429
commit 9d7448bfc0

View File

@ -194,7 +194,7 @@ optimizations) by utilizing a custom tap:
``` ```
$ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git $ 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): If you're a **Windows Chocolatey** user, then you can install ripgrep from the [official repo](https://chocolatey.org/packages/ripgrep):