diff --git a/README.md b/README.md index 8d53e34..27ccb24 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,19 @@ The possibilities are endless and up to your imagination with the ability to com - Works for MacOS and `bash` / `zsh` shells (other combinations untested) ### Installation + +Using `brew`: + ```sh brew tap pokanop/pokanop brew install nostromo ``` +Using `go get`: +```sh +go get -u github.com/pokanop/nostromo +``` + ### Initialization This command will initialize nostromo and create a manifest under `~/.nostromo`: ```sh