Skip to content

Commit

Permalink
updated readme [ci skip] (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
touchdown authored Jan 1, 2024
1 parent fb7df7c commit 3479a26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ Lastly, the end project still need to write a few lines of code to actually run
## Getting Started
in your project's `plugins.sbt`
```sbt
addSbtPlugin("io.github.touchdown" % "sbt-gyremock" % "{version}")
addSbtPlugin("io.github.touchdown" % "sbt-gyremock" % "<version>")
```
then add these lines in your `build.sbt`
```sbt
import gyremock.gen.scaladsl._

libraryDependencies += "io.github.touchdown" %% "gyremock-runtime" % "{version}"
Compile / akkaGrpcExtraGenerators := Seq(TranslatorCodeGen, ServicesBuilderCodeGen)
```
along with your usual protoc settings
Expand Down

0 comments on commit 3479a26

Please sign in to comment.