From 1ecbe0b9e0183c240754f233dcc9cd0df65d0f0c Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Fri, 14 Aug 2026 12:53:35 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20README=20Running=20the=20TUI=20rewrite?= =?UTF-8?q?=20=E2=80=94=20one-line=20Run=20instruction=20(rant=202026-08-1?= =?UTF-8?q?4T12:50:07)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index 56160e9..209984f 100644 --- a/README.cn.md +++ b/README.cn.md @@ -103,7 +103,7 @@ EMRG 不只是一个工具——它是一个**会听吐槽、会自我改进** EMRG 骨子里是个终端应用——Electron GUI 只是同一引擎上的便捷外壳。 -**安装版**:任意终端运行 `emrg`(Windows 为 `emrg.cmd`,安装器已自动注册 PATH)。 +**运行**:打开终端,输入 `emrg`,回车即可。安装器已把 `emrg` 加入 PATH(含 Windows),首次运行会自动拉起后台守护进程并进入交互式 TUI。 首次运行 `emrg` 会自动拉起后台守护进程(`emrgd`)并进入交互式 TUI。守护进程常驻后台,可随时重连。 diff --git a/README.md b/README.md index a1858d0..4744360 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Download from [GitHub Releases](https://github.com/argszero/emrg/releases) and d EMRG is a terminal app at heart — the Electron GUI is a convenience shell on the same engine. -**Install**: `emrg` in any terminal (Windows: `emrg.cmd`, PATH auto-registered by the installer). +**Run**: open a terminal, type `emrg`, press Enter — that's it. The installer puts `emrg` on your PATH (including Windows), and the first run auto-starts the background daemon and drops you into the interactive TUI. 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.