Skip to content

Commit

Permalink
📖 DOC: WPGulp Install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 13, 2018
1 parent 098461f commit 1ff381c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Run step `#1`, `#2`, and `#3` quickly in one go — Run inside local WP install'

```sh
# 1— Install WPGulp in your WordPress theme/plugin.
npx install-wpgulp
npx wpgulp
# 2— Now configure variables inside the `wpgulp.config.js` file.
# 3— Start your npm build workflow.
npm start
Expand Down Expand Up @@ -124,7 +124,7 @@ npm -v
_It'll take a couple of minutes to install._

```sh
npx install-wpgulp
npx wpgulp
```

([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/ahmadawais/e4c69b22561c7079c9d99faba90e3b23))
Expand Down Expand Up @@ -176,7 +176,6 @@ gulp stylesRTL
1. Download all the latest files in the [WPGulp/src](/src) folder inside the root folder of your WordPress plugin/theme by running `npx install-wpgulp` it will overwrite all the wpgulp files.
2. Open terminal and Install WPGulp's node dependencies by running the `npm install` commands in the root folder of your WordPress plugin/theme.


<br>

![Log](https://on.ahmda.ws/61b20ca44b08/c)
Expand Down

0 comments on commit 1ff381c

Please sign in to comment.