From 476e36c3f289feaa1ea2fd664cd8983cc936cf9c Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 29 Aug 2020 15:57:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Use=20cross-platform=20way=20to?= =?UTF-8?q?=20enable=20go=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aa7782..242e21d 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,14 @@ This section is for programmers who want to install from source. Make sure you'r Install latest release: ``` -GO111MODULE=on go get github.com/makeworld-the-better-one/amfora +go env -w GO111MODULE=on +go get github.com/makeworld-the-better-one/amfora ``` Install latest commit: ``` -GO111MODULE=on go get github.com/makeworld-the-better-one/amfora@master +go env -w GO111MODULE=on +go get github.com/makeworld-the-better-one/amfora@master ``` ## Usage