From 3d48e581115772ddbcd906727b900b9ee6aa2c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 15 Jan 2016 11:19:59 +0100 Subject: Make the getting started properly use master --- doc/src/guide/getting_started.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/src/guide/getting_started.asciidoc') diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 5d72f0a..679d9fe 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -59,13 +59,18 @@ handler. === Cowboy setup 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: [source,make] +---- PROJECT = hello_erlang + DEPS = cowboy +dep_cowboy_commit = master + include erlang.mk +---- If you run `make run` now, Cowboy will be included in the release and started automatically. This is not enough however, as Cowboy -- cgit v1.2.3