Skip to content

Commit 4d081fc

Browse files
committed
Improve installation instructions
1 parent 87bb4e9 commit 4d081fc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

templates/readme-installing.mustache

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Installing this package {{wp_cli_requires_instructions}}. Update to {{wp_cli_update_to_instructions}}.
22

3-
Once you've done so, you can install this package with:
3+
Once you've done so, you can install the latest stable version of this package with:
44

5-
wp package install git@github.com:{{package_name}}.git
5+
```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+
```bash
12+
wp package install {{package_name}}:dev-master
13+
```

0 commit comments

Comments
 (0)