From 3657713e58a15ebd478ca7f431fdc90c901a8824 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Sun, 2 Oct 2016 22:41:10 +0400 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2b8a6..0e7d3af 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This package implements the following commands: Create a new WordPress install -- fast ~~~ -wp valet new [--project=] [--version=] [--locale=] [--db=] [--dbname=] [--dbuser=] [--dbpass=] [--dbprefix=] [--admin_user=] [--admin_password=] [--admin_email=] [--unsecure] [--portable] +wp valet new [--project=] [--in=] [--version=] [--locale=] [--db=] [--dbname=] [--dbuser=] [--dbpass=] [--dbprefix=] [--admin_user=] [--admin_password=] [--admin_email=] [--unsecure] [--portable] ~~~ 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. - bedrock --- + [--in=] + Specify the path to the parent directory to create the install in. + Defaults to the current working directory. + [--version=] WordPress version to install. ---