Skip to content

Commit

Permalink
Update README with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
embano1 committed Jan 9, 2018
1 parent 4b4fb61 commit 1a56602
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ Please keep ideas and bugs coming (file an Issue).
Download a release for `OSX`, `Windows` and `Linux` from the [Releases](https://github.com/embano1/tw/releases) page.

## Docker
`docker pull embano1/tw`
```bash
$ docker pull embano1/tw
```

## Homebrew 🍺
```bash
# Tap tw repository and install
$ brew install embano1/tw/tw
```

## Build
Requires a working [go](https://golang.org/) environment and `$GOPATH` set.
Expand Down

1 comment on commit 1a56602

@embano1
Copy link
Owner Author

@embano1 embano1 commented on 1a56602 Jan 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #1

Please sign in to comment.