Skip to content

Commit

Permalink
Mention need for lein install in checkout deps docs.
Browse files Browse the repository at this point in the history
Fixes #2445
  • Loading branch information
technomancy committed Dec 29, 2021
1 parent 3110a61 commit 4662fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion TUTORIAL.md

This file was deleted.

12 changes: 7 additions & 5 deletions doc/TUTORIAL.md
Expand Up @@ -315,11 +315,13 @@ The names of the symlinks don't matter: Leiningen just follows all of them to fi
│   └── suchwow -> [link to /code/oss/suchwow]
.

Libraries located under the `checkouts` directory take precedence
over libraries pulled from repositories, but this is not a replacement
for listing the project in your main project's `:dependencies`; it
simply supplements that for convenience. That is, given the above directory hierarchy,
`project.clj` should contain something like:
Libraries located under the `checkouts` directory take precedence over
libraries pulled from repositories, but this is not a replacement for listing
the project in your main project's `:dependencies`; it simply supplements
that for convenience. The project in `:dependencies` must be able to be
resolved, either from a remote repo or via `lein install` locally. That is,
given the above directory hierarchy, `project.clj` should contain something
like:

:dependencies [[org.clojure/clojure "1.9.0"]
...
Expand Down

0 comments on commit 4662fe7

Please sign in to comment.