Update readme for release
This commit is contained in:
parent
7ec2748c10
commit
5f01f45875
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -13,11 +13,19 @@ minimize the cost of marshaling data and optimize for performance, to make use
|
||||||
of the low-level access Panama gives us.
|
of the low-level access Panama gives us.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
This library is available on Clojars. Add the following entry to the `:deps` key
|
This library is available on Clojars. Add one of the following entries to the
|
||||||
of your `deps.edn`:
|
`:deps` key of your `deps.edn`:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
org.suskalo/coffi {:mvn/version "0.1.0"}
|
org.suskalo/coffi {:mvn/version "0.1.169"}
|
||||||
|
io.github.IGJoshua/coffi {:git/tag "0.1.169" :git/sha "7ec2748"}
|
||||||
|
```
|
||||||
|
|
||||||
|
If you use this library as a git dependency, you will need to prepare the
|
||||||
|
library.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ clj -X:deps prep
|
||||||
```
|
```
|
||||||
|
|
||||||
Coffi also includes support for the linter clj-kondo. If you use clj-kondo and
|
Coffi also includes support for the linter clj-kondo. If you use clj-kondo and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue