Fix kondo installation instructions

The latest release removed the necessity to manually add the library in your config paths.
This commit is contained in:
Joshua Suskalo 2022-01-10 15:54:57 -06:00 committed by GitHub
parent 361e4cfa2b
commit cfe67bf83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,9 +46,6 @@ config bundled with the library. You can do so with the following shell command:
$ clj-kondo --copy-configs --dependencies --lint "$(clojure -Spath)"
```
And then adding `"org.suskalo/coffi"` to the `:config-paths` key in your
`.clj-kondo/config.edn` file.
## Usage
There are two major components to coffi and interacting with native code:
manipulating off-heap memory, and loading native code for use with Clojure.