From 88a6f2297e85aa8235ca32823b7ae264b7fe15cb Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Mon, 20 May 2019 17:19:28 +0200 Subject: [PATCH] VVV3 has been released --- How-to-set-up-WooCommerce-development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-set-up-WooCommerce-development-environment.md b/How-to-set-up-WooCommerce-development-environment.md index b1cbe24..22f7e36 100644 --- a/How-to-set-up-WooCommerce-development-environment.md +++ b/How-to-set-up-WooCommerce-development-environment.md @@ -2,7 +2,7 @@ 1. Install [VirtualBox](https://www.virtualbox.org/) 2. Install [vagrant](https://www.vagrantup.com/) -3. Install [VVV](https://varyingvagrantvagrants.org/docs/en-US/installation/) (as of 2019-05-14, only develop branch (version 3) works, so after cloning the repo, you need to switch to branch develop, i.e. `git checkout develop`) +3. Install [VVV 3](https://varyingvagrantvagrants.org/docs/en-US/installation/) 4. Provision a new machine (`vagrant up`), allow installation of local plugins (vagrant-hostsupdater) 9. Clone woocommerce repo to `/wp-content/plugins`, i.e on the local machine. ```bash=