Skip to content

Commit 8015b66

Browse files
Merge pull request #17 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 8c9b12c + 151d082 commit 8015b66

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
@@ -398,9 +398,11 @@ variable.
398398

399399
## Installing
400400

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

403-
Once you've done so, you can install this package with `wp package install wp-cli/scaffold-command`.
403+
To install the latest version of this package over what's included in WP-CLI, run:
404+
405+
wp package install git@github.com:wp-cli/scaffold-command.git
404406

405407
## Contributing
406408

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": [ "scaffold-command.php" ]
23+
"files": [
24+
"scaffold-command.php"
25+
]
2426
},
2527
"require": {},
2628
"require-dev": {
@@ -40,6 +42,7 @@
4042
"scaffold post-type",
4143
"scaffold taxonomy",
4244
"scaffold theme-tests"
43-
]
45+
],
46+
"bundled": true
4447
}
4548
}

0 commit comments

Comments
 (0)