Skip to content

Commit 14f022e

Browse files
authored
Merge pull request #21 from wp-cli/regen-readme-circle
Regenerate README to include Circle badge
2 parents 40459fd + e098adb commit 14f022e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ wp-cli/dist-archive-command
33

44
Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file.
55

6-
[![Build Status](https://travis-ci.org/wp-cli/dist-archive-command.svg?branch=master)](https://travis-ci.org/wp-cli/dist-archive-command)
6+
[![CircleCI](https://circleci.com/gh/wp-cli/dist-archive-command/tree/master.svg?style=svg)](https://circleci.com/gh/wp-cli/dist-archive-command/tree/master)
77

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

@@ -52,7 +52,9 @@ script in each project.
5252

5353
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
5454

55-
Once you've done so, you can install this package with `wp package install wp-cli/dist-archive-command`.
55+
Once you've done so, you can install this package with:
56+
57+
wp package install [email protected]:wp-cli/dist-archive-command.git
5658

5759
## Contributing
5860

0 commit comments

Comments
 (0)