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:
parent
2c78e94b2c
commit
e4ea30a89b
1 changed files with 16 additions and 0 deletions
16
README
16
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue