Skip to content

Commit

Permalink
docs(quick-start): 补充 macOS 隔离属性相关内容 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MX-fox authored May 2, 2024
1 parent d786c09 commit 3900141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploy/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ chmod +x ./sealdice-core
`sealdice-core` 所在的目录启动终端,输入以下命令:

```zsh
xattr -rd com.apple.quarantine ./sealdice-core
chmod +x ./sealdice-core
chmod +x ./sealdice-core && xattr -rd com.apple.quarantine ./sealdice-core
chmod +x ./lagrange/Lagrange.OneBot && xattr -rd com.apple.quarantine ./lagrange/Lagrange.OneBot
```

这两条命令移除海豹核心程序的 [隔离属性](https://zhuanlan.zhihu.com/p/611471192),并给予其足够的运行权限。
这两条命令移除海豹核心程序和 Lagrange 的 [隔离属性](https://zhuanlan.zhihu.com/p/611471192),并给予其足够的运行权限。

随后,运行 `./sealdice-core` 来启动海豹。在浏览器中输入 `localhost:3211` 来访问后台(WebUI)。

Expand Down

0 comments on commit 3900141

Please sign in to comment.