Skip to content

Commit

Permalink
Update readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Apr 18, 2020
1 parent 99da061 commit d193b95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d193b95

Please sign in to comment.