add instructions for installation via brew for #30

This commit is contained in:
Kunal Dabir 2019-06-28 11:54:43 +05:30 committed by GitHub
parent c25ce0eea4
commit e8028b18ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@ $ echo $?
`has` is a single bash script that does it all. Just [download](https://raw.githubusercontent.com/kdabir/has/master/has) the script and make it available on your `$PATH`. However, to make it even simpler, just follow *one* of these methods.
### Homebrew (MacOS)
Just run the following:
```bash
brew install kdabir/tap/has
```
### Cloning the Repo
Just execute the following command in a terminal: it clones `has` repo and installs it into your path.