From 219c760b6e33ba3fbfe59dca6b23abc28ebeb928 Mon Sep 17 00:00:00 2001 From: Johan Codinha Date: Mon, 16 Dec 2019 15:57:21 +1100 Subject: [PATCH] Update README Add tools.deps install instruction. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bad2785..2ff3c31 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ Add the following to `~/.boot/profile.boot`: (boot.core/load-data-readers!) ``` +### Tools.deps + +Merge the following to `~/.deps.edn`: + +```edn +{:extra-deps {hashp {:mvn/version "0.1.0"}} + :main-opts ["-e" "(require,'hashp.core)"]} +``` + ## License Copyright © 2019 James Reeves