From: divVerent Date: Thu, 18 Mar 2010 08:53:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Repository_Access" version 6) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3df6d3e57f6b44610e5ca8b6fe715ec18a67663b;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Repository_Access" version 6) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index 78527be..684a3ec 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -9,7 +9,7 @@ First, you install git using your favorite package manager. Then:
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
-sh all-update.sh
+./all update
 
After that, you have a working checkout of the repository. @@ -23,14 +23,14 @@ To cleanly check out then, you would do:
 git clone ssh://xonotic@git.xonotic.org/xonotic.git
 cd xonotic
-sh all-update.sh
+./all update
 
If you already have a checkout, you would do:
 git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
-sh all-update.sh
+./all update
 
After that, you can write to the reposiotry using the usual git commands (commit, push).