Skip to content

Commit

Permalink
Update development readme. Add note to load git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Aug 17, 2015
1 parent aa1c8ff commit d7f4abe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions development/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path-to-vagrant-local>/wwww
git [email protected]:mollie/WooCommerce.git
git clone [email protected]: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
Expand Down

0 comments on commit d7f4abe

Please sign in to comment.