From 7004cb1d29ac323550ae17a6e401256c7a518a7d Mon Sep 17 00:00:00 2001 From: Carl Dunham Date: Sat, 14 Jul 2018 00:17:25 -0400 Subject: [PATCH] docs: fix for contributing instructions --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 420be26b1..908b95c2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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:/ginkgo.git ginkgo -r -p # ensure tests are green