Skip to content

Commit c80c408

Browse files
authored
Merge pull request #111 from wp-cli/83-default-git
Have README installing instructions default to Git installation
2 parents 1e5812a + eca773d commit c80c408

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ files include:
265265

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

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
269271

270272
## Contributing
271273

templates/readme-installing.mustache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Installing this package requires WP-CLI {{required_wp_cli_version}} or greater. Update to {{wp_cli_update_to_instructions}}.
22

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

0 commit comments

Comments
 (0)