Directory renaming can be skipped

`git clone` already takes a directory name as an argument
pull/2/head
Gabriele Petronella 2014-01-28 07:43:11 +01:00
parent 6d54b34723
commit 2a336c0b38
1 changed files with 1 additions and 4 deletions

View File

@ -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