summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Kennedy <moshen.colin@gmail.com>2016-09-26 12:53:19 -0500
committerColin Kennedy <moshen.colin@gmail.com>2016-09-30 12:51:37 -0500
commit67bb4f040f587e0b74e0957f1e6e9480828f1336 (patch)
treede529916f279a7b966f76f21cbca9559b6bbbefe /README.md
parent1df3f0b793dbfc325f18406fda695fcb642797ae (diff)
Make the repo a Homebrew Tap
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9c721339..c0fafdc2 100644
--- a/README.md
+++ b/README.md
@@ -97,12 +97,11 @@ but you'll need to have the
[Microsoft VC++ 2015 redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
installed.
-If you're a **Homebrew** user, then you can install it with a custom formula
-(N.B. `ripgrep` isn't actually in Homebrew yet. This just installs the binary
-directly):
+If you're a **Homebrew** user, then you can install it with a custom tap:
```
-$ brew install https://raw.githubusercontent.com/BurntSushi/ripgrep/master/pkg/brew/ripgrep.rb
+$ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git
+$ brew install burntsushi/ripgrep/ripgrep
```
If you're an **Arch Linux** user, then you can install `ripgrep` from the official repos: