Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edgurgel committed Sep 16, 2014
1 parent aeaf7d6 commit b7d1a66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,14 @@ MIX_ENV=prod mix do deps.get, release
Then you can run it using:

```console
./rel/poxa/bin/poxa console
$ ./rel/poxa/bin/poxa
Usage: poxa {start|start_boot <file>|foreground|stop|restart|reboot|ping|rpc <m> <f> [<a>]|console|console_clean|console_boot <file>|attach|remote_console|upgrade}
```

To start as daemon you just need to:

```console
./rel/poxa/bin/poxa start
```

## Your application
Expand Down

0 comments on commit b7d1a66

Please sign in to comment.