File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,11 @@ Agouti allows you run WebDriver integration tests. Learn more about Agouti [her
8080You'll need the Go command-line tools. Follow the [ installation instructions] ( https://golang.org/doc/install ) if you don't have it installed.
8181
8282### Global installation
83- To install the Ginkgo command line interface into the ` $PATH ` (actually to ` $GOBIN ` ) :
83+ To install the Ginkgo command line interface:
8484``` bash
8585go get -u github.com/onsi/ginkgo/ginkgo
8686```
87+ Note that this will install it to ` $GOBIN ` , which will need to be in the ` $PATH ` (or equivalent). Run ` go help install ` for more information.
8788
8889### Go module [ "tools package"] ( https://github.com/golang/go/issues/25922 ) :
8990Create (or update) a file called ` tools/tools.go ` with the following contents:
You can’t perform that action at this time.
0 commit comments