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 234accb commit d376576Copy full SHA for d376576
packager/README.md
@@ -54,10 +54,10 @@ Run and select options:
54
jppm init
55
```
56
57
-- If you choose `add AppPlugin (yes)` so you can run the created package as jphp application, use `app:run`:
+- If you choose `add AppPlugin (yes)` so you can run the created package as jphp application, use `start`:
58
59
60
-jppm app:run
+jppm start
61
62
63
It will println `Hello World` in your console. The php source of the package see in `src/index.php`.
0 commit comments