Skip to content

Commit

Permalink
run not type
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ryan committed Aug 4, 2015
1 parent df1004d commit 32fd2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Expand Up @@ -158,7 +158,7 @@ The first time you want to use your Grunt Workflow, you'll need to install depen
```
cd /path/to/your/wordpress/wp-content/themes/child-theme
```
2. Type ```npm install```
2. Run ```npm install```
![Starting Grunt in a Child Theme](https://github.com/INN/Largo-Sample-Child-Theme/blob/master/docs/show-not-tell/starting-grunt.gif)
3. Run ``grunt watch``` to have LESS processed into CSS anytime you make changes to LESS files (ctrl+c to stop watching, or close terminal and kill the active process)
4. Watch the Terminal for errors as you save changes in LESS files. Grunt will tell you if it has successfully reprocessed and minified files.
Expand Down

0 comments on commit 32fd2f9

Please sign in to comment.