Skip to content

Commit 7004cb1

Browse files
carldunhamAndrea Nodari
authored andcommitted
docs: fix for contributing instructions
1 parent d848015 commit 7004cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Thanks for supporting Ginkgo!
1616
Fork the repo, then:
1717

1818
```
19-
go get https://github.com/onsi/ginkgo
19+
go get github.com/onsi/ginkgo
2020
go get github.com/onsi/gomega/...
21-
cd $GOPATH/onsi/ginkgo
21+
cd $GOPATH/src/github.com/onsi/ginkgo
2222
git remote add fork [email protected]:<NAME>/ginkgo.git
2323
2424
ginkgo -r -p # ensure tests are green

0 commit comments

Comments
 (0)