diff --git a/README.md b/README.md index 5db70c5d4..85822cd39 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ To skip unit tests: ``` mvn -Dmaven.test.skip install ``` +> **Note:** If you're on Windows and use PowerShell, The `-` needs to be escaped with a backtick (`) +> ``` +> mvn `-Dmaven.test.skip install +> ``` To clean and rebuild the terminology server caches: