diff --git a/docs/contributing.adoc b/docs/contributing.adoc index 6456024..4de2aac 100644 --- a/docs/contributing.adoc +++ b/docs/contributing.adoc @@ -2,26 +2,23 @@ To build Ggr UI: -. Install https://golang.org/doc/install[Golang] +. Install https://golang.org/doc/install[Golang] 1.11 and above. -. Setup `$GOPATH` https://github.com/golang/go/wiki/GOPATH[properly] +. Close Ggr UI source: -. Get Ggr UI source: - - $ go get -d github.com/aerokube/ggr-ui + $ git clone https://github.com/aerokube/ggr-ui.git . Go to project directory: - $ cd $GOPATH/src/github.com/aerokube/ggr-ui + $ cd ggr-ui -. Checkout dependencies - - $ go get -u github.com/golang/dep/cmd/dep && dep ensure - . Build source: $ go build ++ +This will also automatically fetch dependencies. + . Run Ggr UI: $ ./ggr-ui --help