Merge pull request #2 from oren/master

a few more steps to the readme
This commit is contained in:
Suraj Patil 2015-11-23 09:04:43 +05:30
commit 18eb139f83
1 changed files with 4 additions and 2 deletions

View File

@ -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!