diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-02-05 16:05:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-02-05 16:05:49 +0100 |
commit | 5e5f5f3b1e0d28371c689c2aafd6d14d3303b49f (patch) | |
tree | 994c29191fe66ba9e4ae341673e3c42cf67da81f /docs/en/install.rst | |
parent | 6636f4cacea2887c4dcf496d7ecd9ef762f7593d (diff) | |
download | Chimère-5e5f5f3b1e0d28371c689c2aafd6d14d3303b49f.tar.bz2 Chimère-5e5f5f3b1e0d28371c689c2aafd6d14d3303b49f.zip |
Doc: Fix gitorious url
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 |