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:
John Meguerian 2019-12-02 11:00:08 -05:00 committed by GitHub
parent 608d46891d
commit 743035d0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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