Fix kondo installation instructions
The latest release removed the necessity to manually add the library in your config paths.
This commit is contained in:
parent
361e4cfa2b
commit
cfe67bf83f
1 changed files with 0 additions and 3 deletions
|
|
@ -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)"
|
$ 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
|
## Usage
|
||||||
There are two major components to coffi and interacting with native code:
|
There are two major components to coffi and interacting with native code:
|
||||||
manipulating off-heap memory, and loading native code for use with Clojure.
|
manipulating off-heap memory, and loading native code for use with Clojure.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue