diff --git a/README.md b/README.md index 1252812..519822f 100644 --- a/README.md +++ b/README.md @@ -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 |foreground|stop|restart|reboot|ping|rpc []|console|console_clean|console_boot |attach|remote_console|upgrade} +``` + +To start as daemon you just need to: + +```console +./rel/poxa/bin/poxa start ``` ## Your application