diff options
Diffstat (limited to 'docs/en/install.rst')
-rw-r--r-- | docs/en/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/install.rst b/docs/en/install.rst index 0516c90..1bb5771 100644 --- a/docs/en/install.rst +++ b/docs/en/install.rst @@ -146,7 +146,7 @@ A default project can be found on `Gitorious it and start a new project with it (or get another project based on Chimère):: cd $INSTALL_PATH/chimere - git clone git@gitorious.org:chimere-example-project/chimere-example-project.git + git clone git://gitorious.org/chimere-example-project/chimere-example-project.git django-admin startproject --template=chimere-example-project mychimere_project rm -rf chimere-example-project |