Skip to content

Commit 93c786c

Browse files
authored
Merge pull request #612 from mehrazmorshed/main
2 parents c3cd0c9 + f8cc09e commit 93c786c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Long-form documentation (e.g. "Commands cookbook") can be edited directly.
99

1010
Internal API docs and command pages are generated dynamically from the WP-CLI codebase using the `wp handbook` series of commands.
1111

12-
Before running these commands the bash script `bin/install-packages.sh` should be run to install the latest versions of the non-bundled commands in `bin/packages`. Note `wp` must point to the target WP-CLI instance, i.e. the phar/git that contains the docblocks to be generated against, and should be run with `WP_CLI_PACKAGES_DIR=bin/packages` and `WP_CLI_CONFIG_PATH=/dev/null`.
12+
Before running these commands, the bash script `bin/install_packages.sh` should be run to install the latest versions of the non-bundled commands in `bin/packages`. Note that `wp` must point to the target WP-CLI instance (i.e., the phar or git version that contains the docblocks to be generated against) and should be run with `WP_CLI_PACKAGES_DIR=bin/packages` and `WP_CLI_CONFIG_PATH=/dev/null`.
1313

1414
So for instance to generate all dynamically created documentation against the nightly phar run:
1515

0 commit comments

Comments
 (0)