aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/getting_started.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/getting_started.asciidoc')
-rw-r--r--doc/src/guide/getting_started.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc
index 5ef3f13..3a16950 100644
--- a/doc/src/guide/getting_started.asciidoc
+++ b/doc/src/guide/getting_started.asciidoc
@@ -76,8 +76,9 @@ DEP_PLUGINS = cowboy
include erlang.mk
----
-We also tell the build system to load the plugins Cowboy provides.
-These include predefined templates that we will use soon.
+The `DEP_PLUGINS` line tells the build system to load the plugins
+Cowboy provides. These include predefined templates that we will
+use soon.
If you do `make run` now, Cowboy will be included in the release
and started automatically. This is not enough however, as Cowboy