Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Oct 9, 2016
1 parent 11e8d60 commit 87c794f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ changed and any scripts which embedded this tool will need to be updated.

## Installing

With a proper Go environment simply run ...
OS X/macOS Homebrew users ...

```
brew install consul-backinator
```

Users with a proper Go environment ...

```
go get -u github.com/myENA/consul-backinator
```

To take advantage of the vendoring and other options ...
Developers that wish to take advantage of vendoring and other options ...

```
git clone https://github.com/myENA/consul-backinator.git
Expand Down

0 comments on commit 87c794f

Please sign in to comment.