We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224cdce commit 5dd6b8dCopy full SHA for 5dd6b8d
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Homebrew nodenv
+# Nodenv Homebrew Tap
2
3
This is a [Homebrew Tap](https://docs.brew.sh/Taps)
4
providing formulae for [plugins](https://github.com/nodenv/nodenv/wiki/Plugins)
@@ -17,10 +17,11 @@ extending [nodenv](https://github.com/nodenv/nodenv).
17
18
Or `brew tap nodenv/nodenv` and then `brew install <formula>`.
19
20
-Or install via URL (which will not receive updates):
+Or, in a `brew bundle` `Brewfile`:
21
22
-```console
23
-brew install https://raw.githubusercontent.com/nodenv/homebrew-nodenv/main/Formula/<formula>.rb
+```ruby
+tap "nodenv/nodenv"
24
+brew "<formula>"
25
```
26
27
## Documentation
0 commit comments