From 701c88ccc95c26b6d7af87d9059364d28676a90b Mon Sep 17 00:00:00 2001 From: Martin Nirtl Date: Wed, 29 Mar 2023 23:44:44 +0200 Subject: [PATCH] docs: update README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 471b9e3..226c01d 100644 --- a/README.md +++ b/README.md @@ -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`.