From 17cc2aa6554ea8d806eb51950bc1554129f666b5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 8 Feb 2018 12:56:53 +0100 Subject: [PATCH] Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 234397d..91aa6c6 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,9 @@ $ php -S 0.0.0.0:15000 -t client/& $ php server/server& ``` +The server can be run with with verbose: + +* `-v` or `--verbose` to show server messages +* `--vv` to show message handlers messages + Open `http://your.local.ip:15000` and enjoy!