Skip to content

Commit

Permalink
Add go get installation info back to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saheljalal committed Sep 15, 2019
1 parent 924caae commit 629831f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 629831f

Please sign in to comment.