Updated How to set up WooCommerce development environment (markdown)
parent
3bf2489eaa
commit
a5a7d054fd
|
@ -58,8 +58,8 @@ To install WooCommerce dependencies (this includes some functionality such as Gu
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd ~/vagrant-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce
|
$ cd ~/vagrant-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce
|
||||||
$ nvm install 10.22.0
|
$ nvm install
|
||||||
$ nvm use 10.22.0
|
$ nvm use
|
||||||
$ npm install
|
$ npm install
|
||||||
$ composer install
|
$ composer install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue