##// END OF EJS Templates
docs: prepare for having a stable development branch
Mads Kiilerich -
r4989:8927a1ac default
parent child Browse files
Show More
@@ -35,10 +35,10 b' There are several ways to install Kallit'
35 Installation from repository source
35 Installation from repository source
36 -----------------------------------
36 -----------------------------------
37
37
38 To install Kallithea from source in a virtualenv, follow the instructions
38 To install Kallithea in a virtualenv using the stable branch of the development
39 below::
39 repository, follow the instructions below::
40
40
41 hg clone https://kallithea-scm.org/repos/kallithea
41 hg clone https://kallithea-scm.org/repos/kallithea -u stable
42 cd kallithea
42 cd kallithea
43 virtualenv ../kallithea-venv
43 virtualenv ../kallithea-venv
44 source ../kallithea-venv/bin/activate
44 source ../kallithea-venv/bin/activate
General Comments 0
You need to be logged in to leave comments. Login now