From bcbdbed35265a4f999819858c232d7bea7598eb0 Mon Sep 17 00:00:00 2001 From: John Wang Date: Mon, 15 May 2023 13:49:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Instructions=20for=20the=20initializati?= =?UTF-8?q?on=20installation=20process=20after=20=E2=80=A6=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8369704e..8a6439b68d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd docker docker-compose up -d ``` -After running, you can access the Dify console in your browser at [http://localhost](http://localhost) and start the initialization operation. +After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process. ### Configuration diff --git a/README_CN.md b/README_CN.md index b8d659cb06..4c819c4a49 100644 --- a/README_CN.md +++ b/README_CN.md @@ -43,7 +43,7 @@ cd docker docker-compose up -d ``` -运行后,可以在浏览器上访问 [http://localhost](http://localhost) 进入 Dify 控制台,并开始初始化操作。 +运行后,可以在浏览器上访问 [http://localhost/install](http://localhost/install) 进入 Dify 控制台并开始初始化安装操作。 ### 配置