summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-03 17:14:09 -0400
committerGitHub <noreply@github.com>2016-10-03 17:14:09 -0400
commitca0d8998a21d21f3e10271e86ba90e9bb684f138 (patch)
tree686aad450359308e8671649c371bc9bebc898e4f /README.md
parentfdf24317ac4c34fc0a21efa0a775bc7d3663d498 (diff)
parent67bb4f040f587e0b74e0957f1e6e9480828f1336 (diff)
Merge pull request #139 from moshen/make-a-tap
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 1848ed20..7a0462b0 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: