diff options
Diffstat (limited to 'doc/development.rst')
-rw-r--r-- | doc/development.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development.rst b/doc/development.rst index da8ddcd..5d91443 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -28,11 +28,11 @@ Then download the components of HyperKitty:: cd kittystore python setup.py develop cd .. - bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty + git clone https://github.com/hyperkitty/hyperkitty.git cd hyperkitty python setup.py develop cd .. - bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone + git clone https://github.com/hyperkitty/hyperkitty_standalone.git .. Setting up the databases |