diff --git a/README.cn.md b/README.cn.md index 9623f213..56160e93 100644 --- a/README.cn.md +++ b/README.cn.md @@ -105,8 +105,6 @@ EMRG 骨子里是个终端应用——Electron GUI 只是同一引擎上的便 **安装版**:任意终端运行 `emrg`(Windows 为 `emrg.cmd`,安装器已自动注册 PATH)。 -**源码版**:`uv run emrg`(或 `uv run python -m emrg`)。 - 首次运行 `emrg` 会自动拉起后台守护进程(`emrgd`)并进入交互式 TUI。守护进程常驻后台,可随时重连。 守护进程管理: @@ -117,7 +115,7 @@ EMRG 骨子里是个终端应用——Electron GUI 只是同一引擎上的便 | `emrg server stop` | 停止后台 daemon | | `emrg server restart` | 重启 daemon | | `emrg rant [@project]` | 从命令行发反馈(无需进 TUI) | -| `emrg update` | 拉取最新源码并重装(源码安装) | +| `emrg update` | 更新到最新版本 | TUI 内:`Esc` 中断流式输出,`Ctrl+C` / `exit` 退出(配置与 GUI 共享——API Key 只需在一处设置一次)。 diff --git a/README.md b/README.md index bd8ff9e9..a1858d03 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ EMRG is a terminal app at heart — the Electron GUI is a convenience shell on t **Install**: `emrg` in any terminal (Windows: `emrg.cmd`, PATH auto-registered by the installer). -**From source**: `uv run emrg` (or `uv run python -m emrg`). - The first `emrg` run starts a background daemon (`emrgd`) and drops you into the interactive TUI. The daemon stays alive so you can reconnect anytime. Daemon management: @@ -117,7 +115,7 @@ Daemon management: | `emrg server stop` | Stop the background daemon | | `emrg server restart` | Restart the daemon | | `emrg rant [@project]` | Send feedback from the CLI (no TUI needed) | -| `emrg update` | Pull latest source + reinstall (source installs) | +| `emrg update` | Update to the latest version | In the TUI: `Esc` interrupts streaming, `Ctrl+C` / `exit` quits (config is shared with the GUI — set your API key once in either).