Skip to content

Commit

Permalink
Merge pull request #250 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated contributing documentation (related to #244)
  • Loading branch information
vania-pooh authored Oct 29, 2018
2 parents a16380d + 12260ea commit 5de9187
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/contributing.adoc
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
== Contributing & Development
To build Ggr:

. Install https://golang.org/doc/install[Golang]
. Setup `$GOPATH` https://github.com/golang/go/wiki/GOPATH[properly]
. Get Ggr source:
. Install https://golang.org/doc/install[Golang] 1.11 and above
. Clone Ggr source:

$ go get -d github.com/aerokube/ggr
$ git clone https://github.com/aerokube/ggr.git

. Go to project directory:

$ cd $GOPATH/src/github.com/aerokube/ggr

. Checkout dependencies:

$ go get -u github.com/golang/dep/cmd/dep && dep ensure
$ cd ggr

. Build source:

Expand Down

0 comments on commit 5de9187

Please sign in to comment.