From ac87285be8dbc617de9b5dfb245d1b8602b09b58 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Fri, 4 Jan 2019 22:46:19 -0500 Subject: [PATCH] Update README.md --- example-grpc-client-server/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/example-grpc-client-server/README.md b/example-grpc-client-server/README.md index cb0720a..a9e948a 100644 --- a/example-grpc-client-server/README.md +++ b/example-grpc-client-server/README.md @@ -8,9 +8,14 @@ git clone https://github.com/marcoferrer/kotlin-coroutines-gRPC-template && \ cd kotlin-coroutines-gRPC-template && \ ./gradlew run ``` +* **Getting Started** + * **[Using Kroto+ Plugin](https://github.com/marcoferrer/kroto-plus/tree/master/example-grpc-client-server#using-kroto-plugin)** + * **[Gradle: Stand Alone Plugin](https://github.com/marcoferrer/kroto-plus/tree/master/example-grpc-client-server#gradle)** + * **[Maven: Stand Alone Plugin](https://github.com/marcoferrer/kroto-plus/tree/master/example-grpc-client-server#maven)** + +### Using Kroto+ Plugin +_[Quick Start Template](https://github.com/marcoferrer/kotlin-coroutines-gRPC-template/tree/kroto-plus-template)_ -### Getting Started: Kroto+ Plugin -_[Template](https://github.com/marcoferrer/kotlin-coroutines-gRPC-template/tree/kroto-plus-template)_ Add the following configuration to your existing Kroto configuration file. #### Asciipb (Proto Plain Text) @@ -28,7 +33,7 @@ grpc_coroutines {} ### Getting Started: Stand Alone Plugin If you are not using any additional features from Kroto-Plus, then configuration can be simplified and use the stand alone version of the ```grpc-coroutines``` protoc plugin. -#### Gradle Protobuf +#### Gradle _[Gradle Template](https://github.com/marcoferrer/kotlin-coroutines-gRPC-template)_ ```groovy dependencies { @@ -116,4 +121,3 @@ Add generated sources to Kotlin plugin ``` -``` \ No newline at end of file