Skip to content

Commit a871bd7

Browse files
Regenerate README file (#11)
Co-authored-by: schlessera <83631+schlessera@users.noreply.github.com>
1 parent e389fb3 commit a871bd7

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -306,19 +306,11 @@ wp connectors list [--status=<status>] [--fields=<fields>] [--format=<format>]
306306

307307
## Installing
308308

309-
Installing this package requires WP-CLI v2.13 or greater. Update to the latest stable release with `wp cli update`.
309+
This package is included with WP-CLI itself, no additional installation necessary.
310310

311-
Once you've done so, you can install the latest stable version of this package with:
311+
To install the latest version of this package over what's included in WP-CLI, run:
312312

313-
```bash
314-
wp package install wp-cli/ai-command:@stable
315-
```
316-
317-
To install the latest development version of this package, use the following command instead:
318-
319-
```bash
320-
wp package install wp-cli/ai-command:dev-master
321-
```
313+
wp package install git@github.com:wp-cli/ai-command.git
322314

323315
## Contributing
324316

@@ -342,6 +334,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
342334

343335
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
344336

337+
### License
338+
339+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
340+
345341
## Support
346342

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

0 commit comments

Comments
 (0)