0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Clarify the DEP_PLUGINS line in the Getting Started

This commit is contained in:
Loïc Hoguin 2018-08-13 11:14:53 +02:00
parent ef426e0ff4
commit 3bda790901
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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