From ff0e3f53cbd0c8f4a849e1fe6a77936e12328d53 Mon Sep 17 00:00:00 2001
From: jdb <jeandaniel.browne@gmail.com>
Date: Fri, 6 Aug 2021 10:45:30 +0200
Subject: [PATCH] Update README.md

---
 cobra/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cobra/README.md b/cobra/README.md
index dcaf0c5f..a55fdf31 100644
--- a/cobra/README.md
+++ b/cobra/README.md
@@ -5,6 +5,7 @@ commands you want. It's the easiest way to incorporate Cobra into your applicati
 
 In order to use the cobra command, compile it using the following command:
 
+    export GOMODULE111=on
     go get github.com/spf13/cobra/cobra
 
 This will create the cobra executable under your `$GOPATH/bin` directory.