Skip to content

Commit beabea3

Browse files
committed
Improve 'Project Setup' section
1 parent 0af8eb9 commit beabea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ make later sections easier to follow.
4646

4747
=== Project Setup
4848

49-
This section will cover setting up a new Duct project. You'll first need
50-
to ensure that the
51-
https://clojure.org/guides/install_clojure[Clojure CLI is installed].
49+
We'll begin by setting up a new Duct project. You'll first need to
50+
ensure that the
51+
https://clojure.org/guides/install_clojure[Clojure CLI] is installed.
5252
You can check this by running the `clojure` command.
5353

5454
[,shell]
@@ -69,7 +69,7 @@ The Clojure CLI looks for a file called `deps.edn`. To use Duct, we need
6969
to add the https://github.com/duct-framework/main[Duct Main] tool as a
7070
dependency, and setup an alias to execute it.
7171

72-
A basic `deps.edn` file can be downloaded using curl.
72+
A minimal `deps.edn` file for Duct can be downloaded using curl.
7373

7474
[,shell]
7575
----

0 commit comments

Comments
 (0)