From d7f4abe2385f2d5888455ba64fdbe1229e4e13df Mon Sep 17 00:00:00 2001 From: Lennard van Gunst Date: Mon, 17 Aug 2015 12:12:10 +0200 Subject: [PATCH] Update development readme. Add note to load git submodule --- development/readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/development/readme.md b/development/readme.md index 7b63c23d7..5101f048b 100644 --- a/development/readme.md +++ b/development/readme.md @@ -10,11 +10,16 @@ This can be used to test the Mollie WooCommerce plugin in a specific WordPress + ## GIT checkout plugin code -I have checkout the Mollie plugin in my vagrant `www` directory so it is accesible by the vagrant machine and makes it easier to later update the translation files. +I have checkout the Mollie plugin in my vagrant `www` directory so it is accessible by the vagrant machine and makes it easier to later update the translation files. ``` cd /wwww -git git@github.com:mollie/WooCommerce.git +git clone git@github.com:mollie/WooCommerce.git +cd WooCommerce/ + +# Load submodule +git submodule init +git submodule update ``` ## Keep the plugin sourcecode in sync with the plugin in your WordPress website