Skip to content

Commit dd4a0d7

Browse files
committed
Update README.md
1 parent bb3b177 commit dd4a0d7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ or success message when up to date.
9090
Downloads core WordPress files.
9191

9292
~~~
93-
wp core download [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
93+
wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
9494
~~~
9595

9696
Downloads and extracts WordPress core files to the specified path. Uses
@@ -100,6 +100,9 @@ Subsequent uses of command will use the local cache if it still exists.
100100

101101
**OPTIONS**
102102

103+
[<download-url>]
104+
Download directly from a provided URL instead of fetching the URL from the wordpress.org servers.
105+
103106
[--path=<path>]
104107
Specify the path in which to install WordPress. Defaults to current
105108
directory.
@@ -108,7 +111,7 @@ Subsequent uses of command will use the local cache if it still exists.
108111
Select which language you want to download.
109112

110113
[--version=<version>]
111-
Select which version you want to download. Accepts a version number, 'latest' or 'nightly'
114+
Select which version you want to download. Accepts a version number, 'latest' or 'nightly'.
112115

113116
[--skip-content]
114117
Download WP without the default themes and plugins.

0 commit comments

Comments
 (0)