aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-28 12:20:34 +0300
committerLoïc Hoguin <[email protected]>2014-08-28 12:20:34 +0300
commit38701acceda72186d7b8a2dc4ec835de035143ba (patch)
tree5f0f1269cffac35c60b878abc502d5005ba0895e /README.md
parent46acd26dd03fff85f2efc675b763fd7063b0e883 (diff)
downloaderlang.mk-38701acceda72186d7b8a2dc4ec835de035143ba.tar.gz
erlang.mk-38701acceda72186d7b8a2dc4ec835de035143ba.tar.bz2
erlang.mk-38701acceda72186d7b8a2dc4ec835de035143ba.zip
Clarify dep_* must be before include erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3091195..793b790 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,8 @@ put the project information directly in the Makefile.
In the latter case you need to create a variable `dep_*` with the
asterisk replaced by the project name, for example `cowboy`. This
variable must contain three things: the fetching method used, the
-URL and the version requested.
+URL and the version requested. These lines must be defined before
+the erlang.mk include line.
The following snippet overrides the Cowboy version required: