Skip to content

Commit

Permalink
book
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 11, 2022
1 parent 4393e86 commit b88e364
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bb-edn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ If we have a project that has a `deps.edn` and would like to reuse those deps in

[source, clojure]
----
{:deps {local/deps {:local/root "."}}}
{:deps {your-org/your-project {:local/root "."}}}
----

NOTE: Use a unique name to refer to your projec's `deps.edn`, the same name that
you would otherwise use when referring to your project as a dependency.

If we have a main function in a file called `bb/my_project/main.clj` like:

----
Expand Down

0 comments on commit b88e364

Please # to comment.