diff --git a/docs/dev-setup.html b/docs/dev-setup.html index d84b0b6..bc1b89f 100644 --- a/docs/dev-setup.html +++ b/docs/dev-setup.html @@ -65,12 +65,8 @@
If you are in GOPATH, enable go modules explicitly:
-$ export GO111MODULE=on
-
Download dependencies
$ make download-tools
-$ go get -d
Commands must be executed inside the ui directory.
diff --git a/docs/dev-setup/index.html b/docs/dev-setup/index.html index d84b0b6..bc1b89f 100644 --- a/docs/dev-setup/index.html +++ b/docs/dev-setup/index.html @@ -65,12 +65,8 @@If you are in GOPATH, enable go modules explicitly:
-$ export GO111MODULE=on
-
Download dependencies
$ make download-tools
-$ go get -d
Commands must be executed inside the ui directory.