From 4a1942695b8aa000e22ac5533474725dc7690ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 29 Oct 2013 09:39:29 +0100 Subject: Add a Requirements section to Readme Thanks Kenji Rikitake. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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 ----- -- cgit v1.2.3