Update gopath in dir structure

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2016-04-21 17:12:52 -07:00
parent e68e1e1e13
commit 37d35e896c
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ Run `make binaries`, which creates the Notary Client CLI binary at `bin/notary`.
Note that `make binaries` assumes a standard Go directory structure, in which
Notary is checked out to the `src` directory in your `GOPATH`. For example:
```
GOPATH=$(<path to go/>)
go/
$GOPATH/
src/
github.com/
docker/