From 614095b7d509ffa36026990057f494c807bd21bd Mon Sep 17 00:00:00 2001 From: Dorab Patel Date: Thu, 14 Oct 2021 19:33:01 -0700 Subject: [PATCH] Update docs to use git deps for deps-new. Since deps-new does not work with jar files. Since it uses tools.build, which uses files in directories. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307f0ac..f757bfd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Alternatively, use [`deps-new as a tool`](https://github.com/seancorfield/deps-n ```sh clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.0"}' :as new -clojure -Sdeps '{:deps {cryogen/lein-template {:mvn/version "RELEASE"}}}' -Tnew :template org.cryogenweb/new :name myname/myblog +clojure -Sdeps '{:deps {io.github.cryogen-project/cryogen {:git/tag "0.6.6" :git/sha "FILLIN"}}}' -Tnew :template org.cryogenweb/new :name myname/myblog cd myname/myblog/ ```