Skip to content

Commit

Permalink
Merge pull request #1 from mandric/master
Browse files Browse the repository at this point in the history
use kanso install
  • Loading branch information
nrw committed Dec 16, 2011
2 parents 29aa775 + bf3ad4e commit 287f718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,12 +12,12 @@ cd kanso
make && sudo make install
```

Clone this app and fetch dependencies
Clone this app and install dependencies

```bash
git clone https://github.com/nrw/kanso-spine-todos.git
cd kanso-spine-todos
kanso fetch
kanso install
```

Push the app to CouchDB
Expand All @@ -26,4 +26,4 @@ Push the app to CouchDB
kanso push http://localhost:5984/kanso-spine-todos
```

The app will be serving at `http://localhost:5984/kanso-spine-todos/_design/tasks/_rewrite/`
The app will be serving at `http://localhost:5984/kanso-spine-todos/_design/tasks/_rewrite/`

0 comments on commit 287f718

Please sign in to comment.