Skip to content

Commit

Permalink
Update demo instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Mar 23, 2017
1 parent 642129d commit 9837a42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9837a42

Please sign in to comment.