Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Update Readme about starting the PHP built-in web server. #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ command:
.. code-block:: console

$ cd path/to/install
$ COMPOSER_PROCESS_TIMEOUT=0 composer run
$ COMPOSER_PROCESS_TIMEOUT=0 composer run OR
$ php -S localhost:8888 -t web

Then, browse to http://localhost:8888/index_dev.php/

Expand Down