diff --git a/README-en.md b/README-en.md index 977429ab5..0a041a9de 100644 --- a/README-en.md +++ b/README-en.md @@ -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: diff --git a/README.md b/README.md index c8db0f631..29437472a 100644 --- a/README.md +++ b/README.md @@ -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 脚本`的计划任务框里,添加并执行以下命令,或者终端运行以下命令,