]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 6)
authordivVerent <divVerent@xonotic.org>
Thu, 18 Mar 2010 08:53:00 +0000 (08:53 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index 78527beba5d6e05d62ef205632f180314f2f7fbe..684a3ecb7d2c07a79b3212bbe31a0201885fb0a8 100644 (file)
@@ -9,7 +9,7 @@ First, you install git using your favorite package manager. Then:
 <pre>
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
-sh all-update.sh
+./all update
 </pre>
 
 After that, you have a working checkout of the repository.
@@ -23,14 +23,14 @@ To cleanly check out then, you would do:
 <pre>
 git clone ssh://xonotic@git.xonotic.org/xonotic.git
 cd xonotic
-sh all-update.sh
+./all update
 </pre>
 
 If you already have a checkout, you would do:
 
 <pre>
 git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
-sh all-update.sh
+./all update
 </pre>
 
 After that, you can write to the reposiotry using the usual git commands (commit, push).