Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Oct 2, 2016
1 parent 8cec526 commit 3657713
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package implements the following commands:
Create a new WordPress install -- fast

~~~
wp valet new <name> [--project=<project>] [--version=<version>] [--locale=<locale>] [--db=<db>] [--dbname=<dbname>] [--dbuser=<dbuser>] [--dbpass=<dbpass>] [--dbprefix=<dbprefix>] [--admin_user=<username>] [--admin_password=<password>] [--admin_email=<email>] [--unsecure] [--portable]
wp valet new <name> [--project=<project>] [--in=<dir>] [--version=<version>] [--locale=<locale>] [--db=<db>] [--dbname=<dbname>] [--dbuser=<dbuser>] [--dbpass=<dbpass>] [--dbprefix=<dbprefix>] [--admin_user=<username>] [--admin_password=<password>] [--admin_email=<email>] [--unsecure] [--portable]
~~~

This command will spin up a new WordPress installation -- complete with database and https
Expand All @@ -37,6 +37,10 @@ _ready-to-use in your browser_ faster than you can put your pants on.
- bedrock
---

[--in=<dir>]
Specify the path to the parent directory to create the install in.
Defaults to the current working directory.

[--version=<version>]
WordPress version to install.
---
Expand Down

0 comments on commit 3657713

Please sign in to comment.