Skip to content

Commit

Permalink
Add placeholders for minimum and next release versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
carrete committed Apr 28, 2023
1 parent a34beb6 commit d4eb88a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,16 @@ instead of:
Add the following to your aliases

```clojure
:kibit {:extra-deps {jonase/kibit {:mvn/version "0.2.0"}}
:kibit {:extra-deps {jonase/kibit {:mvn/version "0.X.Y"}}
:exec-fn kibit.driver/exec
:exec-args {:paths ["."]}
```

Then run `clojure -X:kibit`. For more options, please see the
docstring on `kibit.driver/exec`.

**NOTE:** At least Clojure v1.9 is required to use this exec-fn method.
**NOTE:** At least Clojure v1.9 and Kibit v0.X.Y are required to use this
exec-fn method.

For alternative options to use kibit from inside deps.edn, check out [this issue](https://github.com/clj-commons/kibit/issues/221)

Expand Down

0 comments on commit d4eb88a

Please sign in to comment.