Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacalves committed Feb 3, 2015
1 parent 1472df0 commit 9cb8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Powerful shell for rapidly deploying your WordPress projects.

* Go to the Wordpress' theme folder (`.../wp-content/themes`)
* In CLI, run: `git clone https://github.com/toddmotto/html5blank.git`
* And then: `npm install` and then `bower install` (you'll need gulp install as well)
* `cd html5blank` and then `npm install` and then `bower install` (you'll need gulp install as well)
* `gulp watch` will enable `livereload` and development version
* `gulp build` for distribute version with minified `js` and `css` files
* NOTE: `src` and `dist` folders can live happily together inside the same folder (`html5blank`) that in the `theme` folder. You'll have two different instances of the theme within `Appearance > Themes` panel inside the admin
Expand Down

0 comments on commit 9cb8918

Please sign in to comment.