clean up macOS install: move xattr explanation to blockquote

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
romgX
2026-03-18 14:30:32 +08:00
parent cb7f634f77
commit a0d6a6f8ca

View File

@@ -126,10 +126,12 @@ Groq 免费额度用完 → 自动切到 Cerebras → 再切 SambaNova。**你
```bash
chmod +x openrelay-macos-arm64
xattr -d com.apple.quarantine openrelay-macos-arm64 # 解除 macOS 安全限制
xattr -d com.apple.quarantine openrelay-macos-arm64
./openrelay-macos-arm64
```
> `xattr` 命令用于解除 macOS 对未签名程序的安全限制,否则会提示"无法打开"。
浏览器打开 `http://localhost:18765` — 一切在 Web 面板中管理,支持中英双语。
---
@@ -322,10 +324,12 @@ When Groq's free quota runs out → automatic failover to Cerebras → then Samb
```bash
chmod +x openrelay-macos-arm64
xattr -d com.apple.quarantine openrelay-macos-arm64 # bypass macOS Gatekeeper
xattr -d com.apple.quarantine openrelay-macos-arm64
./openrelay-macos-arm64
```
> `xattr` removes macOS Gatekeeper quarantine flag — without it, macOS will block the unsigned binary.
Open `http://localhost:18765` → everything is managed from the Web dashboard.
---