浏览代码

Enhance java-lite documentation (#5743)

Dalvin 7 年之前
父节点
当前提交
c691c4cbfa
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      java/lite.md

+ 3 - 1
java/lite.md

@@ -21,7 +21,9 @@ download it from maven:
 Choose the version that works on your platform (e.g., on windows you can
 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
 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
 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
 Once you have the protoc and protoc plugin, you can generate Java Lite code
 for your .proto files:
 for your .proto files: