mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-12-26 15:56:31 +00:00
14 lines
126 B
Text
14 lines
126 B
Text
|
|
== Building
|
|
|
|
Either
|
|
|
|
git clone git://<host>/<path>
|
|
cd filesrv
|
|
go build
|
|
./filesrv
|
|
|
|
or
|
|
|
|
go get git://<host>/<path>
|
|
|