Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 266 Bytes

eazyphotod

Daemon for EazyPhoto

Requirements

Go v1.1

How-to build

git clone git://github.com/sergeyfast/eazyphotod.git
cd eazyphotod
export GOPATH=`pwd`
go get -fix eazyphotod model
go build -o eazyphotod src/eazyphotod.go