From bb8641bea24a26341e2bcc5166a49d918f1d6261 Mon Sep 17 00:00:00 2001 From: hhhhsc701 <56435672+hhhhsc701@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:15:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20files=20to=20include?= =?UTF-8?q?=20instructions=20for=20accessing=20the=20f=E2=80=A6=20(#161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: update README files to include instructions for accessing the front-end interface --- README-zh.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index 7d03f2b..7aa3a57 100644 --- a/README-zh.md +++ b/README-zh.md @@ -56,6 +56,7 @@ cd DataMate ```bash make install ``` +当容器运行后,请在浏览器打开 http://localhost:30000 查看前端界面。 要查看所有可用的 Make 目标、选项和帮助信息,请运行: diff --git a/README.md b/README.md index 120b347..b98ce34 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ cd DataMate ```bash make install ``` +Once the container is running, access http://localhost:30000 in a browser to view the front-end interface. To list all available Make targets, flags and help text, run: