Skip to content

Commit

Permalink
Fix out of date task example
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Miller <[email protected]>
  • Loading branch information
puredanger authored Jan 2, 2025
1 parent cde43c0 commit aa8cc8b
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 @@ -158,7 +158,7 @@ How to run common tasks for Clojure development.
| Run the project (clojure.main) | `clojure -M -m domain.main-namespace` | Built-in |
| Check library dependencies for newer versions | `clojure -T:search/outdated` | Practicalli |
| Download dependencies | `clojure -P` (followed by optional aliases) | Built-in |
| Generate image of project dependency graph | `clojure -T:project/graph-deps` | Practicalli |
| Generate image of project dependency graph | `clojure -T:graph/deps` | Practicalli |
| Deploy library locally (~/.m2/repository) | `clojure -X:deps mvn-install :jar '"project.jar"'` | Built-in |
| Find library names (Clojars & Maven Central) | `clojure -M:search/libraries qualified-library-names` | Practicalli |
| Find available versions of a library | `clojure -X:deps find-versions :lib domain/library-name` | Built-in |
Expand Down

0 comments on commit aa8cc8b

Please sign in to comment.