From 5c57cd3042dc7094206f8a2140239eb57406bc68 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 2 Jun 2014 16:40:32 -0400 Subject: [PATCH] Updated getting started instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2790260eb78..744a0857039 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,10 @@ Getting Started 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 my-project +# Get the latest snapshot +git clone --depth=1 git@github.com:sahat/hackathon-starter.git myproject -cd my-project +cd myproject # Install NPM dependencies npm install