mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-27 18:45:40 +00:00
14 lines
135 B
Text
14 lines
135 B
Text
|
|
== Building
|
|
|
|
Either
|
|
|
|
git clone git://<host>/imgsrv.git
|
|
cd filesrv
|
|
go build
|
|
./filesrv
|
|
|
|
or
|
|
|
|
go get github.com/vbatts/imgsrv
|
|
|