changeset 4989:8927a1ac8d41

docs: prepare for having a stable development branch
author Mads Kiilerich <madski@unity3d.com>
date Tue, 07 Apr 2015 02:52:02 +0200
parents acaa02179aeb
children 959a9fa7d1a1
files docs/installation.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/installation.rst	Tue Apr 07 02:51:16 2015 +0200
+++ b/docs/installation.rst	Tue Apr 07 02:52:02 2015 +0200
@@ -35,10 +35,10 @@
 Installation from repository source
 -----------------------------------
 
-To install Kallithea from source in a virtualenv, follow the instructions
-below::
+To install Kallithea in a virtualenv using the stable branch of the development
+repository, follow the instructions below::
 
-        hg clone https://kallithea-scm.org/repos/kallithea
+        hg clone https://kallithea-scm.org/repos/kallithea -u stable
         cd kallithea
         virtualenv ../kallithea-venv
         source ../kallithea-venv/bin/activate