Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 committed Oct 18, 2018
1 parent 590fabb commit 19cf98d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -6,18 +6,21 @@ This is a Go re-implementation of the [original Ruby version](https://github.com

## Installation

### Users

For now `unsavory` can only be installed via `go install`:
### Homebrew

```sh
$ go install github.com/citizen428/unsavory...
$ brew tap citizen428/homebrew-tap
$ brew install unsavory
```

### Developers
### Release

Head over to the [release page](https://github.com/citizen428/unsavory/releases) and download the archive for your operating system/architecture.

### Manual

```sh
go get -u github.com/citizen428/unsavory...
$ go install github.com/citizen428/unsavory...
```

## Options
Expand Down

0 comments on commit 19cf98d

Please sign in to comment.