Commit 5e5b5f3a07555e166aebaff9be68543f65de1938
1 parent
8c303323
Exists in
master
and in
22 other branches
We moved to Gitorious, please update you bookmarks
- http://gitorious.org/noosfero - git://gitorious.org/noosfero/noosfero.git
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
HACKING
@@ -31,7 +31,7 @@ You can copy and paste the commands below into a terminal (please review the | @@ -31,7 +31,7 @@ You can copy and paste the commands below into a terminal (please review the | ||
31 | commands and make sure you understand what you are doing): | 31 | commands and make sure you understand what you are doing): |
32 | 32 | ||
33 | # checkout the code from repository | 33 | # checkout the code from repository |
34 | - git clone git://git.colivre.coop.br/noosfero.git | 34 | + git clone git://gitorious.org/noosfero/noosfero.git |
35 | # enter the directory | 35 | # enter the directory |
36 | cd noosfero | 36 | cd noosfero |
37 | # copy a sample config file | 37 | # copy a sample config file |
INSTALL
@@ -101,7 +101,7 @@ downloading from git | @@ -101,7 +101,7 @@ downloading from git | ||
101 | Here we are cloning the noosfero repository from git. Note: you will need to | 101 | Here we are cloning the noosfero repository from git. Note: you will need to |
102 | install git before. | 102 | install git before. |
103 | 103 | ||
104 | -$ git clone git://git.colivre.coop.br/noosfero.git current | 104 | +$ git clone git://gitorious.org/noosfero/noosfero.git current |
105 | $ cd current | 105 | $ cd current |
106 | $ git checkout -b stable origin/stable | 106 | $ git checkout -b stable origin/stable |
107 | 107 |