Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'Xerkus-hotfix/serve-timeout'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jun 24, 2017
2 parents c95d51c + 6a8582e commit e233481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Once installed, you can test it out immediately using PHP's built-in web server:
$ cd path/to/install
$ php -S 0.0.0.0:8080 -t public/ public/index.php
# OR use the composer alias:
$ composer serve
$ composer run --timeout 0 serve
```

This will start the cli-server on port 8080, and bind it to all network
Expand Down

0 comments on commit e233481

Please sign in to comment.