Directory renaming can be skipped

`git clone` already takes a directory name as an argument
This commit is contained in:
Gabriele Petronella
2014-01-28 07:43:11 +01:00
parent 6d54b34723
commit 2a336c0b38

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