From cfe67bf83fa2a153d9a439cc8f7f996c7833954f Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Mon, 10 Jan 2022 15:54:57 -0600 Subject: [PATCH] Fix kondo installation instructions The latest release removed the necessity to manually add the library in your config paths. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 433b2d0..fa1a6ee 100644 --- a/README.md +++ b/README.md @@ -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.