1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-27 18:45:40 +00:00
imgsrv/README

15 lines
135 B
Text
Raw Normal View History

2013-02-09 04:32:43 +00:00
== Building
Either
git clone git://<host>/imgsrv.git
2013-02-12 17:18:03 +00:00
cd filesrv
2013-02-09 04:32:43 +00:00
go build
2013-02-12 17:18:03 +00:00
./filesrv
2013-02-09 04:32:43 +00:00
or
go get github.com/vbatts/imgsrv
2013-02-09 04:32:43 +00:00