From 188b4d1e51c81eaaa59f20eb454038e684c3dc6e Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Mon, 29 Jul 2019 18:08:03 -0600 Subject: [PATCH] compiler: add note about where to download precompiled version of plugin (#6022) --- compiler/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/compiler/README.md b/compiler/README.md index 4971232d55..32659aa7b2 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -5,9 +5,14 @@ This generates the Java interfaces out of the service definition from a `.proto` file. It works with the Protobuf Compiler (``protoc``). Normally you don't need to compile the codegen by yourself, since pre-compiled -binaries for common platforms are available on Maven Central. However, if the -pre-compiled binaries are not compatible with your system, you may want to -build your own codegen. +binaries for common platforms are available on Maven Central: + +1. Navigate to https://mvnrepository.com/artifact/io.grpc/protoc-gen-grpc-java +2. Click into a version +3. Click "Files" + +However, if the pre-compiled binaries are not compatible with your system, +you may want to build your own codegen. ## System requirement