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 @@

$ git clone https://github.com/gotify/server.git && cd server

Setup Backend

-

If you are in GOPATH, enable go modules explicitly:

-
$ export GO111MODULE=on
-

Download dependencies

$ make download-tools
-$ go get -d
 

Setup UI

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 @@

$ git clone https://github.com/gotify/server.git && cd server

Setup Backend

-

If you are in GOPATH, enable go modules explicitly:

-
$ export GO111MODULE=on
-

Download dependencies

$ make download-tools
-$ go get -d
 

Setup UI

Commands must be executed inside the ui directory.