Updated How to set up WooCommerce development environment (markdown)

Claudio Sanches 2021-02-08 20:42:00 -03:00
parent 3bf2489eaa
commit a5a7d054fd
1 changed files with 2 additions and 2 deletions

@ -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
$ nvm install 10.22.0
$ nvm use 10.22.0
$ nvm install
$ nvm use
$ npm install
$ composer install
```