From 9837a421b5357900bcac5807ffe659b6ae4448f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Thu, 23 Mar 2017 21:47:16 +0100 Subject: [PATCH] Update demo instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d202b29..10c50e2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ## How to run a demo -1. Install dependencies using composer -2. From the repo's root directory execute `php -S localhost:8005 -t examples/demo` -3. Open http://localhost:8005 in your browser +1. Clone the repository +2. Generate autoloader using composer `composer dump-autoload -o` +3. Start the web server with demo document root `php -S localhost:8005 -t examples/demo` +4. Open http://localhost:8005 in your browser