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