From 7746cffd389759cbb9f53cf69a8d47733e4e4f51 Mon Sep 17 00:00:00 2001 From: Oren Date: Sun, 22 Nov 2015 11:49:08 -0800 Subject: [PATCH] a few more steps to the readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f8220..83a695a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ How you install? ================== 1. `go get github.com/thewhitetulip/Tasks` -2. change dir to the respective folder and create a sqlite file and execute the `schema.sql` inside the file -3. run `go build` +1. change dir to the respective folder and create the db file: `cat schema.sql | sqlite3 tasks.db` +1. run `go build` +1. ./Task +1. open [localhost:8080](http://localhost:8080) Either this or download the latest from the release tab above and enjoy!