diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 5ef3f139..3a16950a 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