Skip to content

Commit e1acb05

Browse files
authored
Update README.md
1 parent ac006b3 commit e1acb05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ plugins:
7878
# ...
7979
```
8080

81-
- Now, the command `app:run`, `app:build`, `app:clean` will be availble.
81+
- Now, the command `start`, `build`, `clean` will be availble.
8282
- Add jphp compiler dependency to your `package.php.yml`:
8383

8484
```yaml
@@ -115,9 +115,9 @@ deps:
115115
sources:
116116
- 'src' # add 'src' dir as source directory (for class loader too).
117117
118-
app:
119-
bootstrap: 'index.php'
118+
includes:
119+
- 'index.php' # include php files at start up from sources directories.
120120
```
121121

122-
- Now, you can run `jppm app:run` to run you app.
123-
- And you can run `jppm app:build` to build your app to one executable jar file!
122+
- Now, you can run `jppm start` to run you app.
123+
- And you can run `jppm build` to build your app with launch scripts for windows and linux!

0 commit comments

Comments
 (0)