Skip to content

Commit a4e8f6c

Browse files
Clarify this command as a bundled command
1 parent fb51fea commit a4e8f6c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,11 @@ wp cap remove <role> <cap>...
251251

252252
## Installing
253253

254-
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
254+
This package is included with WP-CLI itself, no additional installation necessary.
255255

256-
Once you've done so, you can install this package with `wp package install wp-cli/role-command`.
256+
To install the latest version of this package over what's included in WP-CLI, run:
257+
258+
wp package install [email protected]:wp-cli/role-command.git
257259

258260
## Contributing
259261

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"psr-4": {
2121
"": "src/"
2222
},
23-
"files": [ "role-command.php" ]
23+
"files": [
24+
"role-command.php"
25+
]
2426
},
2527
"require": {},
2628
"require-dev": {
@@ -40,6 +42,7 @@
4042
"cap add",
4143
"cap list",
4244
"cap remove"
43-
]
45+
],
46+
"bundled": true
4447
}
4548
}

0 commit comments

Comments
 (0)