diff options
author | Joe Robinson <joe@mumsnet.com> | 2014-07-18 12:17:01 +0100 |
---|---|---|
committer | Joe Robinson <joe@mumsnet.com> | 2014-07-18 12:17:01 +0100 |
commit | 08a33eb0174a10cf9f616048be4d45b5d0510469 (patch) | |
tree | 7e1e48a2853cf58e8a11a004a3b10465891ffba6 | |
parent | 69d8276a7f9d833219253ca40cb6c17b7bc712d7 (diff) |
Updated readme
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Usage: go run blavote.go (or compile with go build blavote.go, and execute blavote) +Requirements: +Go (to compile, or run from source) +Sqlite (tested with version 3.8, assumed to work with all 3.x versions) + Author: Joe Robinson Written in Go |