From 2a336c0b3804f21a940415b5fad06961c56bad24 Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Tue, 28 Jan 2014 07:43:11 +0100 Subject: [PATCH] Directory renaming can be skipped `git clone` already takes a directory name as an argument --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f37c711b9..dc827024d6 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,7 @@ The easiest way to get started is to clone the repository: ```bash # Fetch only the latest commits. -git clone --depth=1 git@github.com:sahat/hackathon-starter.git - -# Move the repository to your own project name. -mv hackathon-starter my-project +git clone --depth=1 git@github.com:sahat/hackathon-starter.git my-project cd my-project