From 93d523d2e37c5fab722ed75f04536ac70c9c4959 Mon Sep 17 00:00:00 2001 From: InfernoXuaI <102417826+GongyiChuren@users.noreply.github.com> Date: Thu, 21 May 2026 15:25:29 +0800 Subject: [PATCH] Update installation instructions in README.md Clarified installation instructions and added reminders for user configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7af04e..bf0c6f0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ tg-watchbot 是一个轻量级 Python 服务,把 **Telegram 双向客服机器 ## AI 一句话安装 ``` -请克隆 `https://github.com/GongyiChuren/tg-watchbot.git` 到本机,默认使用 Docker 按 README 的 `Docker 安装(含自启)` 启动服务;若无 Docker,则按 `快速开始` 走 Python 直接安装。启动后打开 `http://127.0.0.1:8765`,在面板填写 `TELEGRAM_BOT_TOKEN` 和 `ADMIN_CHAT_ID`,保存后执行重启(Docker 用 `docker compose restart`,直接安装用重启进程)。 +请克隆 `https://github.com/GongyiChuren/tg-watchbot.git` 到本机,默认使用 Docker 按 README 的 `Docker 安装(含自启)` 启动服务;若无 Docker,则按 `快速开始` 走 Python 和 systemd 部署直接安装。启动后打开 `http://127.0.0.1:8765`,安装完成后提醒用户记得在面板填写 `TELEGRAM_BOT_TOKEN` 和 `ADMIN_CHAT_ID` 并在之后保存并执行重启(Docker 用 `docker compose restart`,直接安装用重启进程)。 ``` ## 更新日志