summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorAndrew Kroeger <andrew@sprocks.gotdns.com>2008-05-08 12:57:29 -0500
committerAndrew Kroeger <andrew@sprocks.gotdns.com>2008-05-18 01:54:56 -0500
commitc3fcc909c952a4fe914aa0ea1cb2a752911f7fb1 (patch)
tree88169bfc539240092e1f4d116e9b8d1bc44f6d55 /howto.txt
parent250478d0445cf56e8b0b4e876977a9ae968ff55b (diff)
downloadsamba-c3fcc909c952a4fe914aa0ea1cb2a752911f7fb1.tar.gz
samba-c3fcc909c952a4fe914aa0ea1cb2a752911f7fb1.tar.bz2
samba-c3fcc909c952a4fe914aa0ea1cb2a752911f7fb1.zip
howto: Update git clone command to something that actually works.
Made the command consistent with the one presented in the Wiki HOWTO. Thanks to Matthias Wallnöfer <mwallnoefer@yahoo.de> for pointing this one out. (This used to be commit bf217c748a8a0929ffc54be940041100ca5127f2)
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index d128baa5bd..ae9b0e2848 100644
--- a/howto.txt
+++ b/howto.txt
@@ -27,7 +27,7 @@ There are 2 methods of doing this:
method 1: "rsync -avz samba.org::ftp/unpacked/samba_4_0_test/ samba4"
- method 2: "git clone git://git.samba.org/samba.git samba4; cd samba4; git checkout v4-0-test; cd .."
+ method 2: "git clone git://git.samba.org/samba.git samba4; cd samba4 && git checkout -b v4-0-test origin/v4-0-test; cd .."
both methods will create a directory called "samba4" in the current
directory. If you don't have rsync or git then install one of them.