Skip to content

Commit b2c62d5

Browse files
authored
Update README with Maven wrapper commands and test prerequisites (#23)
Resolves #20 Signed-off-by: Christian Tzolov <[email protected]>
1 parent 7180426 commit b2c62d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ For comprehensive guides and SDK API documentation, visit the [MCP Java SDK Refe
1717
### Building from Source
1818

1919
```bash
20-
mvn clean install
20+
./mvnw clean install -DskipTests
2121
```
2222

2323
### Running Tests
2424

25+
To run the tests you have to pre-install `Docker` and `npx`.
26+
2527
```bash
26-
mvn test
28+
./mvnw test
2729
```
2830

2931
## Contributing

0 commit comments

Comments
 (0)