From d193b95f8303e0927f66eaa44b1b60fbf9debe55 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Sat, 18 Apr 2020 14:08:22 -0400 Subject: [PATCH] Update readme file. --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2dab847..30d1fa7 100644 --- a/readme.md +++ b/readme.md @@ -4,18 +4,20 @@ Easily create a new Composer-based WordPress site. ## Requirements -- PHP 5.6+ +- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - [Composer](https://getcomposer.org/doc/00-intro.md) ## Installation Run this command in the terminal: ``` -composer create-project wp-forge/wp-site +composer --remove-vcs create-project wp-forge/wp-site ``` Optionally append a directory name to the end of the command to customize the folder name that your project will be installed into. +The installation process will check your environment for the required PHP version and PHP extensions. If this presents a problem and you want to force install anyway, just add the `--ignore-platform-reqs` flag to the command. + ## Usage ### With Laravel Valet