You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+40-12
Original file line number
Diff line number
Diff line change
@@ -26,26 +26,49 @@ Currently Marginalia can be used in a number of ways as described below.
26
26
27
27
To use Marginalia with Leiningen add the following code to the project's `project.clj` file:
28
28
29
-
With Leiningen 1.x, add `[lein-marginalia "0.9.2"]` to your project.clj's `:dev-dependencies` argument of the `defproject` function, then run `lein deps`.
30
-
With Leiningen 2.x, add `[[lein-marginalia "0.9.2"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile.
29
+
With Leiningen 1.x, add `[lein-marginalia "0.9.2"]` to your project.clj's `:dev-dependencies` argument of the
30
+
`defproject` function, then run `lein deps`.
31
+
32
+
With Leiningen 2.x, add `[[lein-marginalia "0.9.2"]]` to the `:plugins` entry in either your project.clj file or your
33
+
`:user` profile.
34
+
31
35
See the [lein-marginalia](https://github.com/clj-commons/lein-marginalia) page for more details.
32
36
33
37
Once installed, you can generate your complete source documentation with the command:
34
38
35
39
lein marg <options> <files>
36
40
41
+
### deps.edn
42
+
43
+
Add `marginalia/marginalia {:mvn/version "0.9.2"}` as a dep. To use it from the command line, do something like
0 commit comments