Skip to content

Commit

Permalink
docs: fix for contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
carldunham authored and Andrea Nodari committed Jul 17, 2018
1 parent d848015 commit 7004cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Thanks for supporting Ginkgo!
Fork the repo, then:

```
go get https://github.com/onsi/ginkgo
go get github.com/onsi/ginkgo
go get github.com/onsi/gomega/...
cd $GOPATH/onsi/ginkgo
cd $GOPATH/src/github.com/onsi/ginkgo
git remote add fork git@github.com:<NAME>/ginkgo.git
ginkgo -r -p # ensure tests are green
Expand Down

0 comments on commit 7004cb1

Please sign in to comment.