aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorViktor Söderqvist <[email protected]>2020-10-26 12:17:54 +0100
committerLoïc Hoguin <[email protected]>2020-11-30 16:16:17 +0100
commit393147ad487e0d8bc16b89960a7f2d2857805f8d (patch)
tree8235cae19469ffbe9dd0a12b4b33a3cd05630067 /README.asciidoc
parent1762278d9654e5f90ab587cbde7bac0e2b220014 (diff)
downloaderlang.mk-393147ad487e0d8bc16b89960a7f2d2857805f8d.tar.gz
erlang.mk-393147ad487e0d8bc16b89960a7f2d2857805f8d.tar.bz2
erlang.mk-393147ad487e0d8bc16b89960a7f2d2857805f8d.zip
Add dep version in examples in README and user guide
Add dep_cowboy_commit 2.8.0 and a note in the user guide dependencies section that the versions in the package index are not always up to date.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index c397291..78a95a3 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -9,6 +9,7 @@ Embrace the power and simplicity of Makefiles.
[source,make]
PROJECT = webchat
DEPS = cowboy
+dep_cowboy_commit = 2.8.0
include erlang.mk
http://erlang.mk/guide/getting_started.html[Get started]