Skip to content

Commit 9837a42

Browse files
committed
Update demo instructions
1 parent 642129d commit 9837a42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## How to run a demo
66

7-
1. Install dependencies using composer
8-
2. From the repo's root directory execute `php -S localhost:8005 -t examples/demo`
9-
3. Open http://localhost:8005 in your browser
7+
1. Clone the repository
8+
2. Generate autoloader using composer `composer dump-autoload -o`
9+
3. Start the web server with demo document root `php -S localhost:8005 -t examples/demo`
10+
4. Open http://localhost:8005 in your browser

0 commit comments

Comments
 (0)