Skip to content

Commit

Permalink
Improved build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Mar 3, 2024
1 parent 9d45fdf commit e054ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ When using an older JDK, preview features must be enabled using the `--enable-pr
To build from source, run the following command:

```
cd java-does-usb
mvn clean install -DskipTests
```

Expand All @@ -169,6 +170,7 @@ The test device with the *loopback-stm32* code supports all tests. If the test d
Tests can be run from the command line:

```
cd java-does-usb
mvn clean test
```

Expand Down

0 comments on commit e054ec3

Please sign in to comment.