There was an error while loading. Please reload this page.
1 parent 755cd4c commit d7d64f7Copy full SHA for d7d64f7
README.md
@@ -54,8 +54,8 @@ on Linux/macOS
54
on Windows
55
56
```bash
57
-./mvnw.cmd clean install
58
-./mvnw.cmd dependency:resolve -Dclassifier=javadoc
+mvnw.cmd clean install
+mvnw.cmd dependency:resolve -Dclassifier=javadoc
59
```
60
61
The second command is optional but very useful to download CloudSim Plus JavaDocs and help you understand the API inside your IDE.
0 commit comments