From 0f3c7929ada12acc68ee29d2d7105c9979f6f204 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sat, 28 Feb 2015 15:28:10 +0000 Subject: [PATCH 1/2] Update README.md Added a note to troubleshoot a possible issue when using Windows. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67260550..2cc3b9a2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ To build and deploy your changes for previewing in a [`jquery-wp-content`](https The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from GnuWin32. +**Note**: If you're using Windows and you receive the error "Error" when executing the task "build-xml-entries:all", try to add the DLL "libwinpthread-1.dll" in the root of the project. + ## Style Guidelines ### Prose Style & Grammar From 2524ecc3f21fcb41b658b448f03b3b535ef0f0ff Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sat, 28 Feb 2015 15:41:41 +0000 Subject: [PATCH 2/2] Update README.md Replaced double quotes with backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc3b9a2..be935cdd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To build and deploy your changes for previewing in a [`jquery-wp-content`](https The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from GnuWin32. -**Note**: If you're using Windows and you receive the error "Error" when executing the task "build-xml-entries:all", try to add the DLL "libwinpthread-1.dll" in the root of the project. +**Note**: If you're using Windows and you receive the error "Error" when executing the task `build-xml-entries:all`, try to add the DLL `libwinpthread-1.dll` in the root of the project. ## Style Guidelines