0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Update erlang.mk and update paths to start the release

Fixes a couple invalid instructions at the same time.
This commit is contained in:
Loïc Hoguin 2014-06-30 10:14:05 +02:00
parent 73f65d5a75
commit abcc6e96d8
20 changed files with 32 additions and 28 deletions

View file

@ -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,