mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-23 16:45:39 +00:00
update the README to be more generic
This commit is contained in:
parent
6a40f02d9e
commit
22352d3cd1
1 changed files with 4 additions and 7 deletions
11
README
11
README
|
@ -1,17 +1,14 @@
|
||||||
This app is now running at http://file-vb.openshift.devlab.phx1.redhat.com/
|
|
||||||
|
|
||||||
|
|
||||||
== Building
|
== Building
|
||||||
|
|
||||||
Either
|
Either
|
||||||
|
|
||||||
git clone git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git
|
git clone git://<host>/<path>
|
||||||
cd imgsrv
|
cd filesrv
|
||||||
go build
|
go build
|
||||||
ls -l imgsrv
|
./filesrv
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
go get git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git
|
go get git://<host>/<path>
|
||||||
(TODO double check this)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue