mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-27 18:45:40 +00:00
README: firming up the app name, for a go get installation
This commit is contained in:
parent
e8b204713e
commit
951e9e1360
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
Either
|
Either
|
||||||
|
|
||||||
git clone git://<host>/<path>
|
git clone git://<host>/imgsrv.git
|
||||||
cd filesrv
|
cd filesrv
|
||||||
go build
|
go build
|
||||||
./filesrv
|
./filesrv
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
go get git://<host>/<path>
|
go get github.com/vbatts/imgsrv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue