mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-24 00:55:41 +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
|
||||
|
||||
git clone git://<host>/<path>
|
||||
git clone git://<host>/imgsrv.git
|
||||
cd filesrv
|
||||
go build
|
||||
./filesrv
|
||||
|
||||
or
|
||||
|
||||
go get git://<host>/<path>
|
||||
go get github.com/vbatts/imgsrv
|
||||
|
||||
|
|
Loading…
Reference in a new issue