Skip to content

Commit acf8af1

Browse files
authored
Merge pull request #198 from wp-cli/regenerate-readme
2 parents cdf3d4c + d3e7b41 commit acf8af1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ wp-cli/scaffold-package-command
33

44
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
55

6-
[![Build Status](https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master)](https://travis-ci.org/wp-cli/scaffold-package-command) [![CircleCI](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master.svg?style=svg)](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master)
6+
[![Testing](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml) [![Build Status](https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master)](https://travis-ci.org/wp-cli/scaffold-package-command) [![CircleCI](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master.svg?style=svg)](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master)
77

88
Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)
99

@@ -287,9 +287,17 @@ files include:
287287

288288
Installing this package requires WP-CLI v2.5 or greater. Update to the latest stable release with `wp cli update`.
289289

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

292-
wp package install git@github.com:wp-cli/scaffold-package-command.git
292+
```bash
293+
wp package install wp-cli/scaffold-package-command:@stable
294+
```
295+
296+
To install the latest development version of this package, use the following command instead:
297+
298+
```bash
299+
wp package install wp-cli/scaffold-package-command:dev-master
300+
```
293301

294302
## Contributing
295303

@@ -315,7 +323,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
315323

316324
## Support
317325

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

320328

321329
*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)