From 410c9ba46c5fa00e88579c9f9494c12ea7a67d0f Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Wed, 7 Oct 2009 12:33:49 +0530 Subject: [PATCH] doc/install: add missing "cd" --- doc/0-INSTALL.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/0-INSTALL.mkd b/doc/0-INSTALL.mkd index 9d92ce9..c54c7eb 100644 --- a/doc/0-INSTALL.mkd +++ b/doc/0-INSTALL.mkd @@ -20,6 +20,7 @@ tar file of the branch you want. Please use the make command, not a plain "git archive". The comments in the `Makefile` will explain why. git clone git://github.com/sitaramc/gitolite.git + cd gitolite make master.tar # or maybe "make rebel.tar" or "make pu.tar"