1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-23 08:35:43 +00:00

update the README to be more generic

This commit is contained in:
Vincent Batts 2013-02-12 12:18:03 -05:00
parent 6a40f02d9e
commit 22352d3cd1

11
README
View file

@ -1,17 +1,14 @@
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
git clone git://<host>/<path>
cd filesrv
go build
ls -l imgsrv
./filesrv
or
go get git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git
(TODO double check this)
go get git://<host>/<path>