Skip to content

Commit f84ce9c

Browse files
committed
Add example of adding as git dependency in deps.edn
1 parent adc78d2 commit f84ce9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Leiningen:
1313
deps.edn:
1414
```clojure
1515
aleph/aleph {:mvn/version "0.5.0"}
16+
;; alternatively
17+
io.github.clj-commons/aleph {:git/sha "..."}
1618
```
1719

1820
### HTTP

0 commit comments

Comments
 (0)