aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/getting_started.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-13 11:14:53 +0200
committerLoïc Hoguin <[email protected]>2018-08-13 11:14:53 +0200
commit3bda7909013ba4eb202fee54a44f64e1f936d6ca (patch)
tree1dec70ef6b10f7bd8aa66aa9a5d9688295b24687 /doc/src/guide/getting_started.asciidoc
parentef426e0ff460b5d3f1b119f7b27ab1bdb5a24511 (diff)
downloadcowboy-3bda7909013ba4eb202fee54a44f64e1f936d6ca.tar.gz
cowboy-3bda7909013ba4eb202fee54a44f64e1f936d6ca.tar.bz2
cowboy-3bda7909013ba4eb202fee54a44f64e1f936d6ca.zip
Clarify the DEP_PLUGINS line in the Getting Started
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