Merge pull request #1076 from harche/patch-2

fixing registry version command example
This commit is contained in:
Richard Scothern 2015-10-07 10:09:15 -07:00
commit a0007130cf

View file

@ -49,7 +49,7 @@ Now create the directory for the registry data (this might require you to set pe
The `registry` The `registry`
binary can then be run with the following: binary can then be run with the following:
$ $GOPATH/bin/registry -version $ $GOPATH/bin/registry --version
$GOPATH/bin/registry github.com/docker/distribution v2.0.0-alpha.1+unknown $GOPATH/bin/registry github.com/docker/distribution v2.0.0-alpha.1+unknown
> __NOTE:__ While you do not need to use `go get` to checkout the distribution > __NOTE:__ While you do not need to use `go get` to checkout the distribution