aboutsummaryrefslogtreecommitdiffstats
path: root/guide/getting_started.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/getting_started.md')
-rw-r--r--guide/getting_started.md2
1 files changed, 1 insertions, 1 deletions
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,