Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy authored Feb 29, 2024
1 parent 9b69320 commit d84f11c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Adam Fraser recently interviewed me, and we chatted about ZIO Clippy, how it cam

## Getting started

![Maven Central](https://img.shields.io/maven-central/v/com.hmemcpy/zio-clippy_2.12.svg?style=flat-square)

The recommended way to install this plugin is by installing it as a global sbt plugin:

1. Clone this repository to your local computer
Expand All @@ -34,17 +32,6 @@ Running `sbt +install` builds the plugin jar for all compatible Scala versions a

The plugin supports Scala 2.12, 2.13 with Scala 3 support coming soon! The plugin supports both ZIO 1 and ZIO 2.

### Alternative installation method

If desired, add the following to your `build.sbt` to install the plugin in your project:

```scala
addCompilerPlugin("com.hmemcpy" %% "zio-clippy" % <latest version>)
```

(replace with the latest available version from Maven Central)


## Additional configuration

Note: The recommended way to specify additional configuration is via a global sbt configuration file, without directly modifying your project's `build.sbt`.
Expand Down

0 comments on commit d84f11c

Please sign in to comment.