Skip to content

Commit 5dd6b8d

Browse files
authored
Update README.md
Refresh readme per latest template from homebrew itself
1 parent 224cdce commit 5dd6b8d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Homebrew nodenv
1+
# Nodenv Homebrew Tap
22

33
This is a [Homebrew Tap](https://docs.brew.sh/Taps)
44
providing formulae for [plugins](https://github.com/nodenv/nodenv/wiki/Plugins)
@@ -17,10 +17,11 @@ extending [nodenv](https://github.com/nodenv/nodenv).
1717

1818
Or `brew tap nodenv/nodenv` and then `brew install <formula>`.
1919

20-
Or install via URL (which will not receive updates):
20+
Or, in a `brew bundle` `Brewfile`:
2121

22-
```console
23-
brew install https://raw.githubusercontent.com/nodenv/homebrew-nodenv/main/Formula/<formula>.rb
22+
```ruby
23+
tap "nodenv/nodenv"
24+
brew "<formula>"
2425
```
2526

2627
## Documentation

0 commit comments

Comments
 (0)