Skip to content

Commit 5c93f71

Browse files
committed
brew install maven
1 parent cbf11dd commit 5c93f71

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/java/Readme.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Development
1212

1313
### Build dependencies
1414

15-
* Maven (`apt-get install maven`)
15+
* Maven
16+
17+
```bash
18+
apt-get install maven
19+
````
20+
21+
```bash
22+
brew install maven
23+
```
1624

1725
### Building
1826

0 commit comments

Comments
 (0)