From 644352d9c2c1e44bf553971cb074675f0c471bca Mon Sep 17 00:00:00 2001 From: Milan Andric Date: Wed, 7 Dec 2011 18:41:09 -0600 Subject: [PATCH 1/2] fetch is gone in dev branch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2308330..4ef76df 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Clone this app and fetch 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 @@ -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/` \ No newline at end of file +The app will be serving at `http://localhost:5984/kanso-spine-todos/_design/tasks/_rewrite/` From bf3ad4e491296365076f2cdd8d1ebd9d962cc1f5 Mon Sep 17 00:00:00 2001 From: Milan Andric Date: Wed, 7 Dec 2011 18:45:03 -0600 Subject: [PATCH 2/2] updated instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef76df..7c7a163 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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