imgsrv/README

15 lines
135 B
Plaintext
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