From a724c6436d657956a0da9e719ef34d649de6504b Mon Sep 17 00:00:00 2001 From: Hugo Froes Date: Mon, 30 Sep 2019 16:05:04 +0100 Subject: [PATCH] Update README.md Updated README.md to include instructions for Windows installation which require a bit more manual work. The example used and works. I tested it myself. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14effdc..a48860a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ PHP must be installed on your machine, version 5.4 or greater. If `php` is not in your system PATH you will need to put in the full path to your PHP executable in the settings of this package. +For `Windows` operating systems, PHP will need to be installed and configured as per the instructions found at the following link: https://videlais.com/2019/05/11/using-atom-as-a-built-in-php-development-server/ + ## Commands * `php-server:start` — Start / Restart PHP server from project path