Browse Source

Clarify the usage and the versioning of the artifact

zhangkun83 10 years ago
parent
commit
9f4d9c6a44
1 changed files with 6 additions and 1 deletions
  1. 6 1
      protoc-artifacts/README.md

+ 6 - 1
protoc-artifacts/README.md

@@ -4,7 +4,12 @@ for the messages and/or RPC services from ``.proto`` files.
 
 
 Because ``protoc`` is a native executable, the scripts under this directory
 Because ``protoc`` is a native executable, the scripts under this directory
 build and publish a ``protoc`` executable (a.k.a. artifact) to Maven
 build and publish a ``protoc`` executable (a.k.a. artifact) to Maven
-repositories.
+repositories. The artifact can be used by build automation tools so that users
+would not need to compile and install ``protoc`` for their systems.
+
+## Versioning
+The version of the ``protoc`` artifact must be the same as the version of the
+Protobuf project.
 
 
 ## Artifact name
 ## Artifact name
 The name of a published ``protoc`` artifact is in the following format:
 The name of a published ``protoc`` artifact is in the following format: