From ddac9a2f4cc44e1a4638090adcfc93af602348e5 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 25 Aug 2019 17:45:54 +0300 Subject: [PATCH] https://github.com/kataras/iris/issues/1347 --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 71d7b8e..a6aae6b 100644 --- a/Installation.md +++ b/Installation.md @@ -3,6 +3,7 @@ Iris is a cross-platform software. The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.12 and above. ```sh +$ export GO111MODULE=on $ go get github.com/kataras/iris@v11.2.8 ```