Browse Source

Clarify dep_* must be before include erlang.mk

Loïc Hoguin 10 years ago
parent
commit
38701acced
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
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: