We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3bc6a commit 0af8eb9Copy full SHA for 0af8eb9
docs/index.adoc
@@ -123,8 +123,9 @@ $ alias duct="clojure -M:duct"
123
For the rest of this documentation, we'll assume that this shell alias
124
has been defined.
125
126
-NOTE: Alternatively, you could create a Babashka `bb.edn` file with
127
-tasks to run Duct. The section on <<Babashka>> Integration explains how.
+NOTE: Alternatively, if you have **Babashka** installed, you can take
+advantage of its inbuilt task runner to run Duct. The section on
128
+<<Babashka,Babashka Integration>> explains how.
129
130
The final step of the setup process is to create a `duct.edn` file. This
131
contains the data structure that defines your Duct application. The
0 commit comments