diff --git a/README.md b/README.md index 2297ab24..3713413a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Java and Kotlin sources by automatically obtaining and invoking `protoc`. ## Aims -- Multiplatform-compatible. -- Support for invoking `protoc` from the `$PATH` -- Support for downloading a specified version of `protoc` - - Ability to resolve any desired version - - Resolution via the Maven dependency resolver to support building behind - - corporate proxies and Maven proxy repositories. +- Support for downloading a specified version of `protoc` from Maven repositories. + - Ability to resolve any desired version + - Will work automatically with corporate proxies and self-hosted Maven repositories like Nexus, + Maven, GitLab, GitHub Packages. +- Support for invoking `protoc` from the `$PATH` if you have an obscure system that does not provide + an official `protoc` binary release from Google. - Java 11+ support. - Support for generating Java and Kotlin sources.