Skip to content

Commit c1479c5

Browse files
committed
Update installation instructions
1 parent 7788bab commit c1479c5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010

1111
### CLI
1212

13+
#### Precompiled Binaries
14+
15+
Binaries are available for all major platforms. See the [releases](https://github.com/sj14/multicode/releases) page.
16+
17+
#### Homebrew
18+
19+
Using the [Homebrew](https://brew.sh/) package manager for macOS:
20+
21+
``` text
22+
brew install sj14/tap/multicode
23+
```
24+
25+
#### Manually
26+
27+
It's also possible to install the current development snapshot with `go get`:
28+
1329
``` text
1430
go get -u github.com/sj14/multicode/cmd/decode
1531
```

0 commit comments

Comments
 (0)