mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Clarify the DEP_PLUGINS line in the Getting Started
This commit is contained in:
parent
ef426e0ff4
commit
3bda790901
1 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,9 @@ DEP_PLUGINS = cowboy
|
||||||
include erlang.mk
|
include erlang.mk
|
||||||
----
|
----
|
||||||
|
|
||||||
We also tell the build system to load the plugins Cowboy provides.
|
The `DEP_PLUGINS` line tells the build system to load the plugins
|
||||||
These include predefined templates that we will use soon.
|
Cowboy provides. These include predefined templates that we will
|
||||||
|
use soon.
|
||||||
|
|
||||||
If you do `make run` now, Cowboy will be included in the release
|
If you do `make run` now, Cowboy will be included in the release
|
||||||
and started automatically. This is not enough however, as Cowboy
|
and started automatically. This is not enough however, as Cowboy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue