Skip to content

Commit

Permalink
Update docs to use git deps for deps-new.
Browse files Browse the repository at this point in the history
Since deps-new does not work with jar files.
Since it uses tools.build, which uses files in directories.
  • Loading branch information
bombaywalla committed Oct 15, 2021
1 parent f7a0355 commit 614095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand Down

0 comments on commit 614095b

Please sign in to comment.