Skip to content

Commit 0fd3058

Browse files
committed
Add reference to duct.now
1 parent 858ae0d commit 0fd3058

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,15 @@ The Clojure CLI looks for a file called `deps.edn`. To use Duct, we need
6161
to add the https://github.com/duct-framework/main[Duct Main] tool as a
6262
dependency, and setup an alias to execute it.
6363

64-
To achieve this, create a new `deps.edn` file with the following
65-
content:
64+
A basic `deps.edn` file can be downloaded using curl.
65+
66+
[,shell]
67+
----
68+
$ curl -O duct.now/deps.edn
69+
----
70+
71+
This creates a `deps.edn` file with a minimal set of dependencies and
72+
aliases:
6673

6774
.deps.edn
6875
[,clojure]

0 commit comments

Comments
 (0)