Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 12, 2023
1 parent c6c2185 commit 0d5fe44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ TBD: maybe add eDSl to support test api with curl / expect command.
Add the plugin:

```
addSbtPlugin("me.yceel" %% "sbt-curl" % "0.1.0")
resolvers += Resolver.url("GitHub Package Registry", url("https://maven.pkg.github.com/reminia/_"))(
Resolver.ivyStylePatterns
)
addSbtPlugin("me.yceel" % "sbt-curl" % "0.1.0")
```

You can:
Expand Down

0 comments on commit 0d5fe44

Please sign in to comment.