Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Mar 29, 2023
1 parent f95cb36 commit 701c88c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,20 @@ Use "hosts [command] --help" for more information about a command.
## Install
Installation is currently only supported via go:
Installation is currently only possible via Go.
### Brew
The CLI is available via a Brew Tap:
```bash
go install github.com/martinnirtl/hosts
brew install martinnirtl/tap/hosts
```
### Go install
```bash
go install github.com/martinnirtl/hosts-cli
```
> Please note: Installation via Go installs the CLI bin as `hosts-cli`, not `hosts`.

0 comments on commit 701c88c

Please sign in to comment.