From c1479c5eda6ca7ff3b0cbe2346c88fc703ac7216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=BCrgensmeyer?= Date: Sun, 14 Jul 2019 10:19:38 +0200 Subject: [PATCH] Update installation instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d6340c5..7f6dd1d 100644 --- a/README.md +++ b/README.md @@ -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 ```