Skip to content

Commit 12da50e

Browse files
committed
Docs.
1 parent 9225310 commit 12da50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Add to your plugin's `composer.json` for convenience:
4343
```json
4444
{
4545
"scripts": {
46+
"pot-setup": "cp composer.json composer.backup && composer require --dev dereuromark/cakephp-translate && mv composer.backup composer.json",
4647
"pot-check": "php vendor/dereuromark/cakephp-translate/scripts/pot-updater.php --fail-on-diff",
4748
"pot-update": "php vendor/dereuromark/cakephp-translate/scripts/pot-updater.php --update"
4849
}

0 commit comments

Comments
 (0)