Skip to content

Commit

Permalink
Enhance java-lite documentation (protocolbuffers#5743)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalvin authored and BSBandme committed Feb 21, 2019
1 parent e22907f commit c691c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion java/lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ download it from maven:
Choose the version that works on your platform (e.g., on windows you can
download `protoc-gen-javalite-3.0.0-windows-x86_32.exe`), rename it to
protoc-gen-javalite (or protoc-gen-javalite.exe on windows) and place it
in a directory where it can be find in PATH.
in a directory where it can be find in PATH. If you are using unix like OS
then make sure to convert `protoc-gen-javalite` to unix executable. For example
`chmod +x protoc-gen-javalite`

Once you have the protoc and protoc plugin, you can generate Java Lite code
for your .proto files:
Expand Down

0 comments on commit c691c4c

Please sign in to comment.