mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-12-25 23:36:30 +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>
|
|
|