From ac613ae5a39835bcf82529ef0baf22c3a4bc4e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20D=C4=85browski?= Date: Wed, 22 Apr 2020 13:22:37 +0200 Subject: [PATCH] just used go get to install, works brilliantly --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f50d9..c8a9acf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ For Go < 1.11 the you will need to install the required libraries manually: go get github.com/jessevdk/go-flags -Build the tool with: + +Get the tool quickly with: + + go get github.com/sammiq/dec-decode + +Alternatively, you can clone this repository and build the tool with: go install