Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 263 Bytes

File metadata and controls

14 lines (10 loc) · 263 Bytes

Chess Clock

Installing

  • brew tap openpeedeep/openpdp
  • brew install openpeedeep/openpdp/chessclock
  • brew services start chessclockd
  • clock --version

Building locally

  • go get -u github.com/golang/dep/cmd/dep
  • dep ensure
  • make build