scaffold-package-command/templates/readme-installing.mustache
2024-05-02 16:01:05 -07:00

13 lines
405 B
Text

Installing this package {{wp_cli_requires_instructions}}. Update to {{wp_cli_update_to_instructions}}.
Once you've done so, you can install the latest stable version of this package with:
```bash
wp package install {{package_name}}:@stable
```
To install the latest development version of this package, use the following command instead:
```bash
wp package install {{package_name}}:dev-{{branch}}
```