Skip to content

Commit

Permalink
Add minor installation note in README.md about mvnw.cmd/mvnw (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
p10q authored and testforstephen committed Sep 20, 2019
1 parent 40a13ee commit c90a238
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ The Java Debug Server is the bridge between VSCode and JVM. The implementation i
- com.microsoft.java.debug.core - the core logic of the debug server
- com.microsoft.java.debug.plugin - wraps the debug server into an Eclipse plugin to work with Eclipse JDT Language Server

## Installation

### Windows:
```
mvnw.cmd clean install
```
### Linux and macOS:
```
./mvnw clean install
```

License
-------
EPL 1.0, See [LICENSE](LICENSE.txt) file.
EPL 1.0, See [LICENSE](LICENSE.txt) file.

0 comments on commit c90a238

Please sign in to comment.