Skip to content

Commit 6da681a

Browse files
author
Furkan Danismaz
committed
readme update
1 parent fb62712 commit 6da681a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

protobuf/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
If you want to use the protocol buffers compiler `protoc` manually, navigate to the folder of the source code and
33
execute the command below:
44

5-
> protoc -I=./main/resources --java_out=./main/java ./main/resources/adressbook.proto
6-
5+
```
6+
protoc -I=./main/resources --java_out=./main/java ./main/resources/adressbook.proto
7+
```
78

89
## Protobuf Maven Plugin
910
With the `protoc-jar-maven-plugin` in the `pom.xml` the .proto files are searched under the `src/main/resources` folder

0 commit comments

Comments
 (0)