README: adding some build notes

This commit is contained in:
Vincent Batts 2013-02-08 23:32:43 -05:00
parent 2c78e94b2c
commit e4ea30a89b
1 changed files with 16 additions and 0 deletions

16
README
View File

@ -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)