1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-01-13 15:30:07 +00:00

README: adding some build notes

This commit is contained in:
Vincent Batts 2013-02-08 23:32:43 -05:00
parent 2c78e94b2c
commit e4ea30a89b

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)