From 5f8ea51a57245ef39a1636cd5e5fe7c20f50bdeb Mon Sep 17 00:00:00 2001 From: Sebastian Crane Date: Sun, 16 Jan 2022 20:51:52 +0000 Subject: [PATCH] Add installation instructions for `tools.deps`. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e3e064..e5692bf 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,16 @@ transmitting Clojure data in a more compact form. ## Installation -Library releases are published on Clojars. To use the latest version with -Leiningen, add the following dependency to your project definition: +Library releases are published on Clojars. To use the latest version, +add the following dependency to your project definition: -[![Clojars Project](http://clojars.org/mvxcvi/clj-cbor/latest-version.svg)](http://clojars.org/mvxcvi/clj-cbor) +### Leiningen +Add `[mvxcvi/clj-cbor "1.1.0"]` to your `project.clj` file. + +### tools.deps + +Add `mvxcvi/clj-cbor {:mvn/version "1.1.0"}` to your `deps.edn` file. ## Usage