Skip to content

Commit c90a238

Browse files
p10qtestforstephen
authored andcommitted
Add minor installation note in README.md about mvnw.cmd/mvnw (#299)
1 parent 40a13ee commit c90a238

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ The Java Debug Server is the bridge between VSCode and JVM. The implementation i
2424
- com.microsoft.java.debug.core - the core logic of the debug server
2525
- com.microsoft.java.debug.plugin - wraps the debug server into an Eclipse plugin to work with Eclipse JDT Language Server
2626

27+
## Installation
28+
29+
### Windows:
30+
```
31+
mvnw.cmd clean install
32+
```
33+
### Linux and macOS:
34+
```
35+
./mvnw clean install
36+
```
37+
2738
License
2839
-------
29-
EPL 1.0, See [LICENSE](LICENSE.txt) file.
40+
EPL 1.0, See [LICENSE](LICENSE.txt) file.

0 commit comments

Comments
 (0)