diff options
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index f26da83..3b8fd38 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -95,6 +95,9 @@ the paths accordingly to your needs):: Installing the sources ********************** +.. Note:: + If you are considering to contribute on Chimère get the Git master. + Choose a path to install your Chimère:: INSTALL_PATH=/var/local/django @@ -123,10 +126,10 @@ readable directory:: tar xvjf chimere-last.tar.bz2 chown -R myusername:www-data chimere -From the git repository +From the Git repository +++++++++++++++++++++++ -Another solution is to get it from the git repository:: +Another solution is to get it from the Git repository:: cd $INSTALL_PATH git clone git://www.peacefrogs.net/git/chimere |