add trb on installation

Gerasimos (Makis) Maropoulos 2019-10-07 10:21:43 +03:00
parent b39ef926de
commit d4470d93a3
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -35,4 +35,8 @@ Here is the go-get command to get the latest and greatest Iris version. Master b
$ go get -u github.com/kataras/iris $ go get -u github.com/kataras/iris
``` ```
## Troubleshooting
If you get a network error during installation please make sure you set a valid [GOPROXY environment variable](https://github.com/golang/go/wiki/Modules#are-there-always-on-module-repositories-and-enterprise-proxies) e.g. `GOPROXY=https://goproxy.io` or `GOPROXY=https://goproxy.cn`.
Continue by reading our [[Getting Started]] tutorial. Continue by reading our [[Getting Started]] tutorial.