Skip to content

Commit f465454

Browse files
committed
Regenerate README file - 2021-05-10
1 parent 438a364 commit f465454

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1313
wp find <path> [--skip-ignored-paths] [--include_ignored_paths=<paths>] [--max_depth=<max-depth>] [--fields=<fields>] [--field=<field>] [--format=<format>] [--verbose]
1414
~~~
1515

16-
Recursively iterates subdirectories of provided `<path>` to find and
16+
Recursively iterates subdirectories of provided <path> to find and
1717
report WordPress installations. A WordPress installation is a wp-includes
1818
directory with a version.php file.
1919

@@ -85,11 +85,19 @@ These fields are optionally available:
8585

8686
## Installing
8787

88-
Installing this package requires WP-CLI 2 or greater. Update to the latest stable release with `wp cli update`.
88+
Installing this package requires WP-CLI v2 or greater. Update to the latest stable release with `wp cli update`.
8989

90-
Once you've done so, you can install this package with:
90+
Once you've done so, you can install the latest stable version of this package with:
9191

92-
wp package install [email protected]:wp-cli/find-command.git
92+
```bash
93+
wp package install wp-cli/find-command:@stable
94+
```
95+
96+
To install the latest development version of this package, use the following command instead:
97+
98+
```bash
99+
wp package install wp-cli/find-command:dev-master
100+
```
93101

94102
## Contributing
95103

@@ -115,7 +123,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
115123

116124
## Support
117125

118-
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
126+
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
119127

120128

121129
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*

0 commit comments

Comments
 (0)