We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bb4e9 commit 4d081fcCopy full SHA for 4d081fc
templates/readme-installing.mustache
@@ -1,5 +1,13 @@
1
Installing this package {{wp_cli_requires_instructions}}. Update to {{wp_cli_update_to_instructions}}.
2
3
-Once you've done so, you can install this package with:
+Once you've done so, you can install the latest stable version of this package with:
4
5
- wp package install git@github.com:{{package_name}}.git
+```bash
6
+wp package install {{package_name}}:@stable
7
+```
8
+
9
+To install the latest development version of this package, use the following command instead:
10
11
12
+wp package install {{package_name}}:dev-master
13
0 commit comments