Browse Source

Fix snippet when using curl

Loïc Hoguin 9 years ago
parent
commit
c6fe5ea189
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/src/guide/getting_started.asciidoc

+ 2 - 2
doc/src/guide/getting_started.asciidoc

@@ -32,7 +32,7 @@ $ wget https://erlang.mk/erlang.mk
 Or:
 Or:
 
 
 [source,bash]
 [source,bash]
-$ curl https://erlang.mk/erlang.mk
+$ curl https://erlang.mk/erlang.mk -o erlang.mk
 
 
 Alternatively, just https://erlang.mk/erlang.mk[click on this link].
 Alternatively, just https://erlang.mk/erlang.mk[click on this link].
 
 
@@ -203,7 +203,7 @@ For a step by step:
 ----
 ----
 $ mkdir hello_joe
 $ mkdir hello_joe
 $ cd hello_joe
 $ cd hello_joe
-$ curl https://erlang.mk/erlang.mk
+$ curl https://erlang.mk/erlang.mk -o erlang.mk
 $ echo "include erlang.mk" > Makefile
 $ echo "include erlang.mk" > Makefile
 $ make
 $ make
 ----
 ----