-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update development readme. Add note to load git submodule
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|