Skip to content

Commit 0c73cb2

Browse files
committed
Regenerate README file - 2021-05-10
1 parent fd95c41 commit 0c73cb2

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
@@ -3,7 +3,7 @@ wp-cli/profile-command
33

44
Quickly identify what's slow with WordPress.
55

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

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

@@ -259,11 +259,19 @@ current theme.
259259

260260
## Installing
261261

262-
Installing this package requires WP-CLI's latest stable release. Update to the latest stable release with `wp cli update`.
262+
Installing this package requires WP-CLI dev-master or greater. Update to the latest stable release with `wp cli update`.
263263

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

266-
wp package install git@github.com:wp-cli/profile-command.git
266+
```bash
267+
wp package install wp-cli/profile-command:@stable
268+
```
269+
270+
To install the latest development version of this package, use the following command instead:
271+
272+
```bash
273+
wp package install wp-cli/profile-command:dev-master
274+
```
267275

268276
## Contributing
269277

@@ -285,7 +293,7 @@ Once you’ve done a bit of searching and discovered there isn’t an open or fi
285293

286294
Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/profile-command/issues/new) to discuss whether the feature is a good fit for the project.
287295

288-
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.
296+
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.
289297

290298

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