From 730c33ebe9e507b3209802edb6759891ba28bb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 30 Dec 2015 11:44:47 +0100 Subject: Write a new README, keep parts of the old one as legacy --- README.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.asciidoc (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc new file mode 100644 index 0000000..c397291 --- /dev/null +++ b/README.asciidoc @@ -0,0 +1,18 @@ += Erlang.mk + +A build tool for Erlang that just works. + +http://erlang.mk/ - http://erlang.mk/guide/[User guide] + +Embrace the power and simplicity of Makefiles. + +[source,make] +PROJECT = webchat +DEPS = cowboy +include erlang.mk + +http://erlang.mk/guide/getting_started.html[Get started] + +Tested and supported on +http://erlang.mk/guide/installation.html#_on_unix[Linux, FreeBSD, OSX] +and http://erlang.mk/guide/installation.html#_on_windows[Windows]. -- cgit v1.2.3