Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 2474c80

Browse files
committed
Docs update to address JSHint problems
1 parent 807dbd0 commit 2474c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ If you're already up and running with most of the usual Node ecosystem tools thi
2121
### REQUIRED
2222

2323
* Install [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm).
24-
* Install [Gulp](http://gulpjs.com/): `npm install gulp -g`.
24+
* Install [Gulp](http://gulpjs.com/): `npm install -g gulp`.
25+
* Install [JSHint](http://jshint.com/): `npm install -g jshint`. (You can skip this and cut JSHint out of the workflow but it will take some additional work.)
2526
* Download or clone this repo: `git clone https://github.com/synapticism/wordpress-gulp-starter-kit.git`.
2627

2728
### OPTIONAL

0 commit comments

Comments
 (0)