Skip to content

Commit

Permalink
Merge pull request #588 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fixed contributing docs (fixes #587)
  • Loading branch information
vania-pooh authored Oct 28, 2018
2 parents d8580a8 + 0c1a32c commit f0186c4
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
Expand Up @@ -2,25 +2,23 @@

To build Selenoid:

. 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]

. Get Selenoid source:
. Clone Selenoid source:

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

. Go to project directory:

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

. Checkout dependencies

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

. Build source:

$ go build
+
This will also fetch build dependencies.

. Run Selenoid:

Expand Down

0 comments on commit f0186c4

Please sign in to comment.