Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer authored Jan 5, 2019
1 parent 6e445c0 commit ac87285
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions example-grpc-client-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 {
Expand Down Expand Up @@ -116,4 +121,3 @@ Add generated sources to Kotlin plugin
</executions>
</plugin>
```
```

0 comments on commit ac87285

Please sign in to comment.