diff options
author | Loïc Hoguin <[email protected]> | 2014-06-30 10:14:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-30 10:14:05 +0200 |
commit | abcc6e96d8f97e4b8d86da107608d5cdc6dfd851 (patch) | |
tree | f3aa9889350ef3e6d92ec452050c1f9532c86dd1 /guide/getting_started.md | |
parent | 73f65d5a757dacf952887a32bc611be78773c33f (diff) | |
download | cowboy-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/getting_started.md')
-rw-r--r-- | guide/getting_started.md | 2 |
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, |