mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-08 08:01:48 +08:00
docs: add macOS xattr quarantine fix command to README and release notes
This commit is contained in:
10
README.md
10
README.md
@@ -38,7 +38,15 @@ ClawPanel 是 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslatio
|
||||
|
||||
> 不确定芯片类型?点击左上角 → 关于本机,查看「芯片」一栏。
|
||||
|
||||
安装方式:打开 `.dmg` 文件,将 ClawPanel 拖入「应用程序」文件夹。首次打开如遇安全提示,前往「系统设置 → 隐私与安全性」点击「仍要打开」。
|
||||
安装方式:打开 `.dmg` 文件,将 ClawPanel 拖入「应用程序」文件夹。
|
||||
|
||||
> **⚠️ 首次打开提示"无法验证开发者"?** 由于应用未签名,macOS 会拦截。请在终端执行以下命令解除限制:
|
||||
>
|
||||
> ```bash
|
||||
> sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app
|
||||
> ```
|
||||
>
|
||||
> 或者前往「系统设置 → 隐私与安全性」,找到 ClawPanel 点击「仍要打开」。
|
||||
|
||||
### Windows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user