imgsrv/README

15 lines
126 B
Plaintext
Raw Normal View History

2013-02-09 04:32:43 +00:00
== Building
Either
2013-02-12 17:18:03 +00:00
git clone git://<host>/<path>
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
2013-02-12 17:18:03 +00:00
go get git://<host>/<path>
2013-02-09 04:32:43 +00:00