We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7788bab commit c1479c5Copy full SHA for c1479c5
README.md
@@ -10,6 +10,22 @@
10
11
### CLI
12
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
29
``` text
30
go get -u github.com/sj14/multicode/cmd/decode
31
```
0 commit comments