Skip to content

Commit

Permalink
Update README.md with correct install command for protoc (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spaceenter authored Aug 16, 2022
1 parent 2d46ef7 commit 654aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Detailed documentation on the Import Tool is available [here](docs/usage.md).
1. The tools are built using Apache Maven version 3.8.0.
- For MacOS: `brew install maven`
2. The tools use protobuf and require that `protoc` be installed.
- For MacOS: `brew install protoc`
- For MacOS: `brew install protobuf`
3. Make sure Java 11+ (but not Java 16) is installed
- You can install it from [here](https://www.oracle.com/java/technologies/javase-downloads.html#javasejdk)
4. Check what version of Java Maven is using: `mvn --version`
Expand Down

0 comments on commit 654aefd

Please sign in to comment.