1
0
Fork 0

📝 docs(readme): update app directory reference in documentation

- change app directory reference from 'app/' to 'apps' in both English and Chinese README files
This commit is contained in:
pooneyy 2025-10-14 13:51:45 +08:00
parent 19f8a7f43e
commit ce07004521
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Dedicated to running various Docker applications with just one click. Enjoy conv
> curl -sSL https:// ... update_local_appstore.sh | bash -s -- --1panel-path /opt --app app_name_1 --app app_name_2
> ```
>
> **app_name must be the name of the folder below the repository app/**
> **app_name must be the name of the folder below the repository apps**
In the `Shell Script` task type in the `1Panel` scheduled tasks, add and execute the following command, or run the following command in the terminal:

View File

@ -55,7 +55,7 @@
> curl -sSL https:// ... update_local_appstore.sh | bash -s -- --1panel-path /opt --app app_name_1 --app app_name_2
> ```
>
> **app_name 必须是仓库 app/ 下面的文件夹名**
> **app_name 必须是仓库 apps 下面的文件夹名**
`1Panel`计划任务类型`Shell 脚本`的计划任务框里,添加并执行以下命令,或者终端运行以下命令,