Update README.md

This commit is contained in:
Siriling 2024-03-22 12:24:35 +08:00 committed by GitHub
parent 75ff43be30
commit 60b53d7946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,13 +50,13 @@ Modem插件自动构建
ForkApp使用步骤
```shell
./forkapp forkapp -from ../applications/luci-app-plex -to ../applications/luci-app-demo
./forkapp forkapp -from ../applications/luci-app-modem -to ../applications/luci-app-demo
```
```shell
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-modem -to /root/
```
```shell
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-demo -to /root/ -script ../tools/simple-install.sh -install
./forkapp upload -ip 192.168.100.1 -pwd "password" -from ../applications/luci-app-modem -to /root/ -script ../tools/simple-install.sh -install
```