aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index feda782..00711a4 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,15 @@ Common Makefile rules for building and testing Erlang applications.
Also features support for dependencies and a package index.
+Requirements
+------------
+
+`erlang.mk` requires GNU Make and expects to be ran in a standard
+unix environment with Erlang installed and in the `$PATH`.
+
+`erlang.mk` uses `wget` for downloading the package index file
+when the `pkg://` scheme is used.
+
Usage
-----