From 44b6d7c198bb7f55b66c447c1b4a1e18d2eda645 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Mon, 2 Apr 2018 16:04:50 +0200 Subject: [PATCH] Add how to run the example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4238f05..1e1afe9 100755 --- a/README.md +++ b/README.md @@ -79,4 +79,6 @@ class Site extends Application { ]; } } -``` \ No newline at end of file +``` + +To run it, use `xp -supervise web Site`, which will serve the site at http://localhost:8080/ \ No newline at end of file