Browse Source

Clarify the DEP_PLUGINS line in the Getting Started

Loïc Hoguin 6 years ago
parent
commit
3bda790901
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/src/guide/getting_started.asciidoc

+ 3 - 2
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