From ce0700452158ff914dd4ce81d0893fe46923610f Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20update=20app=20d?= =?UTF-8?q?irectory=20reference=20in=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change app directory reference from 'app/' to 'apps' in both English and Chinese README files --- README-en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 脚本`的计划任务框里,添加并执行以下命令,或者终端运行以下命令,