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

Make the getting started properly use master

This commit is contained in:
Loïc Hoguin 2016-01-15 11:19:59 +01:00
parent ec82e3548b
commit 3d48e58111

View file

@ -59,13 +59,18 @@ handler.
=== Cowboy setup === Cowboy setup
Modifying the 'Makefile' allows the build system to know it needs to Modifying the 'Makefile' allows the build system to know it needs to
fetch and compile Cowboy. To do that we simply need to add one line fetch and compile Cowboy. To do that we simply need to add two lines
to our Makefile to make it look like this: to our Makefile to make it look like this:
[source,make] [source,make]
----
PROJECT = hello_erlang PROJECT = hello_erlang
DEPS = cowboy DEPS = cowboy
dep_cowboy_commit = master
include erlang.mk include erlang.mk
----
If you run `make run` now, Cowboy will be included in the release If you run `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