From 4ff7656ba16e3bf09ea1c4fd5cf442decbb40148 Mon Sep 17 00:00:00 2001 From: harche Date: Wed, 7 Oct 2015 15:38:13 +0530 Subject: [PATCH] Typo in command to check registry version Signed-off-by: Harshal --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index bf62c3e29..30e1b5d93 100644 --- a/docs/building.md +++ b/docs/building.md @@ -49,7 +49,7 @@ Now create the directory for the registry data (this might require you to set pe The `registry` 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 > __NOTE:__ While you do not need to use `go get` to checkout the distribution