From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- docs/en/erlang.mk/1/guide/getting_started/index.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'docs/en/erlang.mk/1/guide/getting_started/index.html') diff --git a/docs/en/erlang.mk/1/guide/getting_started/index.html b/docs/en/erlang.mk/1/guide/getting_started/index.html index 67c402ef..049ce0a0 100644 --- a/docs/en/erlang.mk/1/guide/getting_started/index.html +++ b/docs/en/erlang.mk/1/guide/getting_started/index.html @@ -101,15 +101,15 @@ in your Erlang distribution, or even in your OS packages.

by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
$ wget https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
+
$ wget https://erlang.mk/erlang.mk

Or:

-
$ curl https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
-

Alternatively, just click on this link.

+
$ curl https://erlang.mk/erlang.mk -o erlang.mk
+

Alternatively, just click on this link.

Make sure you put the file inside the folder we created previously.

@@ -282,11 +282,7 @@ manually.

create a folder, put Erlang.mk in it, and write a one line Makefile containing:

-
-
include erlang.mk
+

For a step by step:

$ mkdir hello_joe
 $ cd hello_joe
-$ curl https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
+$ curl https://erlang.mk/erlang.mk -o erlang.mk
 $ echo "include erlang.mk" > Makefile
 $ make

From that point onward you can create an src/ folder or start -- cgit v1.2.3