Skip to content

Commit

Permalink
Make getting started code copy-pastable
Browse files Browse the repository at this point in the history
  • Loading branch information
James K Nelson committed Oct 24, 2015
1 parent 29f8930 commit 2a8f2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,8 @@
*Prerequisites: node.js and git*

```
git clone https://github.com/unicorn-standard/starter-kit.git [your-repo-name]
cd [your-repo-name]
git clone https://github.com/unicorn-standard/starter-kit.git your-repo-name
cd your-repo-name
npm install
npm install -g gulp
npm start
Expand Down

0 comments on commit 2a8f2e9

Please sign in to comment.