Skip to content

Commit 0af8eb9

Browse files
committed
Improve Babashka note in documentation
1 parent af3bc6a commit 0af8eb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/index.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ $ alias duct="clojure -M:duct"
123123
For the rest of this documentation, we'll assume that this shell alias
124124
has been defined.
125125

126-
NOTE: Alternatively, you could create a Babashka `bb.edn` file with
127-
tasks to run Duct. The section on <<Babashka>> Integration explains how.
126+
NOTE: Alternatively, if you have **Babashka** installed, you can take
127+
advantage of its inbuilt task runner to run Duct. The section on
128+
<<Babashka,Babashka Integration>> explains how.
128129

129130
The final step of the setup process is to create a `duct.edn` file. This
130131
contains the data structure that defines your Duct application. The

0 commit comments

Comments
 (0)