aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-30 10:14:05 +0200
committerLoïc Hoguin <[email protected]>2014-06-30 10:14:05 +0200
commitabcc6e96d8f97e4b8d86da107608d5cdc6dfd851 (patch)
treef3aa9889350ef3e6d92ec452050c1f9532c86dd1 /guide
parent73f65d5a757dacf952887a32bc611be78773c33f (diff)
downloadcowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.tar.gz
cowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.tar.bz2
cowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.zip
Update erlang.mk and update paths to start the release
Fixes a couple invalid instructions at the same time.
Diffstat (limited to 'guide')
-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,