From c4b7984b13802a31c5bbd7ba707f0e91bd9bceff Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Wed, 5 Aug 2026 20:48:59 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20docs=20=E2=80=94=20README=20=E6=B3=A8?= =?UTF-8?q?=E6=98=8E=20macOS=20pkg=20=E7=94=A8=E6=88=B7=E7=BA=A7=E5=AE=89?= =?UTF-8?q?=E8=A3=85=EF=BC=88=E5=85=8D=E7=AE=A1=E7=90=86=E5=91=98=E5=AF=86?= =?UTF-8?q?=E7=A0=81=EF=BC=8Cv0.2.4=20#409=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.2.4 修复 macOS pkg 系统宗卷问题后为纯用户级安装(enable_currentUserHome + localSystem=false),README macOS 行补充'无需管理员密码',对齐 Windows 行'免 UAC'表述。中英双版同步。 --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 394549fe..5d93ed81 100644 --- a/README.en.md +++ b/README.en.md @@ -50,7 +50,7 @@ Download the installer for your platform from [GitHub Releases](https://github.c | Platform | Installer | Notes | |----------|-----------|-------| -| macOS (Apple Silicon) | `EMRG--macos-arm64.pkg` | Double-click; GUI at `~/Applications/EMRG.app` | +| macOS (Apple Silicon) | `EMRG--macos-arm64.pkg` | Double-click (user-level install, no admin password); GUI at `~/Applications/EMRG.app` | | macOS (Intel) | `EMRG--macos-x64.pkg` | Same | | Windows | `EMRG--windows-x64.exe` | Inno Setup, no UAC, Start-menu shortcut, PATH auto-registered (native TUI: run `emrg` directly in cmd/PowerShell) | | Linux | `EMRG--linux-x86_64.AppImage` | Self-extracts to `~/.emrg/install/` on first run | diff --git a/README.md b/README.md index 7552956f..22cc7916 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ EMRG 是一个关于*自主进化*的实验。它能帮你写代码——读文 | 平台 | 安装文件 | 说明 | |------|---------|------| -| macOS (Apple Silicon) | `EMRG--macos-arm64.pkg` | 双击安装,GUI 到 `~/Applications/EMRG.app` | +| macOS (Apple Silicon) | `EMRG--macos-arm64.pkg` | 双击安装(用户级,无需管理员密码),GUI 到 `~/Applications/EMRG.app` | | macOS (Intel) | `EMRG--macos-x64.pkg` | 同上 | | Windows | `EMRG--windows-x64.exe` | Inno Setup 免 UAC,开始菜单快捷方式,PATH 自动注册(含原生 TUI,cmd/PowerShell 直接 `emrg`) | | Linux | `EMRG--linux-x86_64.AppImage` | 首次运行自解压到 `~/.emrg/install/` |