Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fixed contributing section
  • Loading branch information
vania-pooh authored Oct 29, 2018
2 parents bd1cc46 + af22f05 commit ca8a8cc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions docs/contributing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca8a8cc

Please sign in to comment.