From bc8bd9d515efeaedc87cf5e35f4565d8c34146d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Tue, 7 Jan 2020 11:29:04 +1100 Subject: [PATCH] Use go modules in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d612de..a664d13 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Precompiled binaries can be downloaded from [releases](https://github.com/envato ### Go ``` -go get -u github.com/envato/ejsonkms +GO111MODULE=on go get -u github.com/envato/ejsonkms ``` This will install the binary to `$GOBIN/ejsonkms`.