From abcc6e96d8f97e4b8d86da107608d5cdc6dfd851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 30 Jun 2014 10:14:05 +0200 Subject: Update erlang.mk and update paths to start the release Fixes a couple invalid instructions at the same time. --- guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide') diff --git a/guide/getting_started.md b/guide/getting_started.md index d366b17..a5f811d 100644 --- a/guide/getting_started.md +++ b/guide/getting_started.md @@ -305,7 +305,7 @@ We can now build and start the release. ``` bash $ make -$ ./_rel/bin/hello_erlang console +$ ./_rel/hello_erlang/bin/hello_erlang console ``` If you then access `http://localhost:8080` using your browser, -- cgit v1.2.3