From e4ea30a89b144499bf487ef837439cf8967ad11a Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 8 Feb 2013 23:32:43 -0500 Subject: [PATCH] README: adding some build notes --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index 4184c69..a1b9f14 100644 --- a/README +++ b/README @@ -1 +1,17 @@ This app is now running at http://file-vb.openshift.devlab.phx1.redhat.com/ + + +== Building + +Either + + git clone git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git + cd imgsrv + go build + ls -l imgsrv + +or + + go get git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git + (TODO double check this) +