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 #266 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated development documentation (fixes #261)
  • Loading branch information
vania-pooh authored Jul 7, 2020
2 parents 0e66d86 + e30f230 commit cecc98d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/contributing.adoc
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
== Contributing & Development
To build cm:

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

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

. Go to project directory:

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

. Checkout dependencies:

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

. Build source:

$ go build
+
This will also fetch build dependencies.

. Run cm:

Expand Down

0 comments on commit cecc98d

Please sign in to comment.