From cdbcb211ac533516f96675dce15795ed304b3117 Mon Sep 17 00:00:00 2001 From: Dennis Mathenge Date: Sun, 7 May 2017 14:34:33 +0200 Subject: [PATCH] added another command to start the PHP built-in web server if the first option does not work --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6e4c62f..5d1b00e 100644 --- a/README.rst +++ b/README.rst @@ -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/