File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,9 @@ files include:
265
265
266
266
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
267
267
268
- Once you've done so, you can install this package with ` wp package install wp-cli/scaffold-package-command ` .
268
+ Once you've done so, you can install this package with:
269
+
270
+ wp package install git@github.com:wp-cli/scaffold-package-command.git
269
271
270
272
## Contributing
271
273
Original file line number Diff line number Diff line change 1
1
Installing this package requires WP-CLI { {required_wp_cli_version} } or greater. Update to { {wp_cli_update_to_instructions} }.
2
2
3
- Once you've done so, you can install this package with `wp package install { {package_name} }`.
3
+ Once you've done so, you can install this package with:
4
+
5
+ wp package install git@github.com:{ {package_name} }.git
You can’t perform that action at this time.
0 commit comments