Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 committed Jul 14, 2019
1 parent 7788bab commit c1479c5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@

### CLI

#### Precompiled Binaries

Binaries are available for all major platforms. See the [releases](https://github.com/sj14/multicode/releases) page.

#### Homebrew

Using the [Homebrew](https://brew.sh/) package manager for macOS:

``` text
brew install sj14/tap/multicode
```

#### Manually

It's also possible to install the current development snapshot with `go get`:

``` text
go get -u github.com/sj14/multicode/cmd/decode
```
Expand Down

0 comments on commit c1479c5

Please sign in to comment.