From 3bda7909013ba4eb202fee54a44f64e1f936d6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 13 Aug 2018 11:14:53 +0200 Subject: Clarify the DEP_PLUGINS line in the Getting Started --- doc/src/guide/getting_started.asciidoc | 5 +++-- 1 file 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 -- cgit v1.2.3