Skip to content

Commit 3657713

Browse files
committed
update readme
1 parent 8cec526 commit 3657713

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This package implements the following commands:
1616
Create a new WordPress install -- fast
1717

1818
~~~
19-
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]
19+
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]
2020
~~~
2121

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

40+
[--in=<dir>]
41+
Specify the path to the parent directory to create the install in.
42+
Defaults to the current working directory.
43+
4044
[--version=<version>]
4145
WordPress version to install.
4246
---

0 commit comments

Comments
 (0)