From 0a4ccae0936fcf555bba0059dc8e09ec7a41de55 Mon Sep 17 00:00:00 2001 From: pavelmaliy Date: Mon, 12 Apr 2021 10:13:37 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d394d1a5..7b000648 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ To use the Service Manager CLI you need to download and install it first: ### Approach 1: Manual installation +### Enable Go Modules +`` export GO111MODULE=on `` + #### Download CLI `` go get github.com/Peripli/service-manager-cli``