Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ EMRG 不只是一个工具——它是一个**会听吐槽、会自我改进**

EMRG 骨子里是个终端应用——Electron GUI 只是同一引擎上的便捷外壳。

**安装版**:任意终端运行 `emrg`(Windows 为 `emrg.cmd`,安装器已自动注册 PATH
**运行**:打开终端,输入 `emrg`,回车即可。安装器已把 `emrg` 加入 PATH(含 Windows),首次运行会自动拉起后台守护进程并进入交互式 TUI

首次运行 `emrg` 会自动拉起后台守护进程(`emrgd`)并进入交互式 TUI。守护进程常驻后台,可随时重连。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading