Skip to content

Commit da675b9

Browse files
authored
Simplify deps for CLI
1 parent 4112bab commit da675b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Latest stable release: 1.0.194
1414

1515
[clj/deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
1616
```clojure
17-
clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "1.0.194"}}}'
17+
org.clojure/tools.cli {:mvn/version "1.0.194"}
1818
```
1919

2020
[Leiningen](https://github.com/technomancy/leiningen) dependency information:

0 commit comments

Comments
 (0)