Skip to content

Commit c0639e7

Browse files
author
Tom Clarke
committed
Merge branch 'master' of github.com:DesignyourCode/wp-install
2 parents 4d5d57d + 4a620f2 commit c0639e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ WP Install has been designed to work as closely as possible with Wordpress and i
88

99
## Getting Started
1010

11-
1. Creata a new database for wordpress.
11+
1. Create a new database for wordpress.
1212

1313
> **Tip:** If you don't have PHPMyAdmin or a similar GUI installed, you can run `mysql -u <username-here> -p 'CREATE DATABASE <project-name-here>'`
1414
15-
2. Run `composer create-project designyourcode/wp-install <project-name-here>`
15+
2. If you have PHP Redis installed: `composer create-project designyourcode/wp-install <project-name-here>`
16+
17+
If you do not have PHP Redis installed: `composer create-project designyourcode/wp-install <project-name-here> --ignore-platform-reqs`
1618

1719
> **Tip:** If you are running `composer update` or `composer install` and do not have PHP Redis installed on your system, you will need to run append your composer command with `--ignore-platform-reqs`
1820

0 commit comments

Comments
 (0)