mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add instructions to use latest branch with Homebrew
Related to #598 this adds a line of instruction for how to install with homebrew and pull in the latest changes from master.
This commit is contained in:
parent
608d46891d
commit
743035d0d3
@ -26,6 +26,12 @@ Install using the Homebrew package manager on macOS:
|
||||
brew install asdf
|
||||
```
|
||||
|
||||
To use the latest changes, you can point Homebrew to the master branch of the repo:
|
||||
|
||||
```shell
|
||||
brew install asdf --HEAD
|
||||
```
|
||||
|
||||
<!-- tabs:end -->
|
||||
|
||||
### Add to your Shell
|
||||
|
Loading…
Reference in New Issue
Block a user