Skip to content

Commit f49cf5d

Browse files
authored
Update README.md
1 parent f4b0240 commit f49cf5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ Agouti allows you run WebDriver integration tests. Learn more about Agouti [her
8080
You'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
8585
go 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):
8990
Create (or update) a file called `tools/tools.go` with the following contents:

0 commit comments

Comments
 (0)