From dcc6e28f70574bf3756752f114b5119c5cb43375 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 22 Jan 2006 22:43:59 -0800 Subject: 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 --- Documentation/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/tutorial.txt') diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index a09bbea7d7..66680d76bd 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 ------------------------------------------------ -- cgit v1.2.1