aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_pastebin
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 /examples/rest_pastebin
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 'examples/rest_pastebin')
-rw-r--r--examples/rest_pastebin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rest_pastebin/README.md b/examples/rest_pastebin/README.md
index e3297b3..a3941f1 100644
--- a/examples/rest_pastebin/README.md
+++ b/examples/rest_pastebin/README.md
@@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
-$ ./_rel/bin/rest_pastebin_example console
+$ ./_rel/rest_pastebin_example/bin/rest_pastebin_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).