From 4841f9dfa986c5d41ae92d962567435e281c5895 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sat, 29 Mar 2014 15:33:56 -0300 Subject: [PATCH] update git repo on README, ref #5 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ea10927..e934d8f 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,8 @@ Install with one of the following commands:: or download the latest version from github:: - $ git clone git://github.com/bottlepy/bottle-extras.git - $ cd bottle-extras/sqlite + $ git clone git://github.com/bottlepy/bottle-sqlite.git + $ cd bottle-sqlite $ python setup.py install Usage