diff options
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst index 59eb41b..c370b1f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -26,7 +26,7 @@ Django site (project). First, get the project directory from the source code management system:: - bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone + git clone https://github.com/hyperkitty/hyperkitty_standalone.git Second, change the database setting in ``hyperkitty_standalone/settings.py`` to your preferred database. HyperKitty uses two databases, one to store the metadata |