aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-22 22:43:59 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-22 22:43:59 -0800
commitdcc6e28f70574bf3756752f114b5119c5cb43375 (patch)
tree645e6b3e312b5f80e54729eae1ea8da973d92017 /Documentation/tutorial.txt
parent76b927f19f207b3f71b1c675bd75680aaedcb001 (diff)
downloadgit-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.gz
git-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.xz
Documentation: finishing touches to the new tutorial.
We forgot to update the primary link from git.html leading to the tutorial, and also forgot to build and install the renamed core-tutorial document. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index a09bbea7d..66680d76b 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -18,7 +18,7 @@ Assume you have a tarball project.tar.gz with your initial work. You
can place it under git revision control as follows.
------------------------------------------------
-$ tar -xzf project.tar.gz
+$ tar xzf project.tar.gz
$ cd project
$ git init-db
------------------------------------------------