Update README.md

Esse commit está contido em:
davidascher
2014-01-24 15:11:00 -08:00
commit c432c8c41c
+6 -4
Ver Arquivo
@@ -1,10 +1,12 @@
1. Fork this repo
2. Rename it (e.g. my-component)
3. Git clone it to your computer
4. CD into it and:
4. In your terminal window:
* `npm install`
* `grunt`
```
cd <wherever you cloned it>
npm install
grunt
```
5. Go to appmaker, sign in, and add a component, specifying the URL that step 4 gives you.