From 3df6d3e57f6b44610e5ca8b6fe715ec18a67663b Mon Sep 17 00:00:00 2001 From: divVerent Date: Thu, 18 Mar 2010 08:53:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 6) --- Repository_Access.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). -- 2.39.2