docs(install): Add export GO111MODULE=on

This commit is contained in:
Bo-Yi Wu
2019-11-12 10:34:51 +08:00
committed by GitHub
parent a2493062f7
commit 05eba8f809
+1
View File
@@ -64,6 +64,7 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
With `Go` installed
```sh
export GO111MODULE=on
go get -u -v github.com/appleboy/drone-scp
```