Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
goldeneggg committed Feb 24, 2019
1 parent eb1c915 commit e2a59df
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 @@ -14,8 +14,20 @@ List view of aws ec2 instances
### Using Homebrew for OS X

```sh
$ brew tap goldeneggg/lsec2
$ brew install lsec2
$ brew install goldeneggg/tap/lsec2
```

___Note:___

If you have already installed an old version's lsec2 using `brew tap goldenegg/lsec2` command and `brew install lsec2` command, please uninstall old version.

```sh
# uninstall old tap version
$ brew uninstall lsec2
$ brew untap goldeneggg/lsec2

# and install new tap version
$ brew install goldeneggg/tap/lsec2
```

### Or `go get`
Expand Down

0 comments on commit e2a59df

Please sign in to comment.