From 3b368b5a1c2cdb45449ba99112ae2bd0ae7438b1 Mon Sep 17 00:00:00 2001 From: tiny-craft <137850705+tiny-craft@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:46:34 +0800 Subject: [PATCH] docs: update doc --- README.md | 7 ++++++- README_zh.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3599510..0a57743 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,16 @@ We publish binaries for Mac, Windows, and Linux. Available to download for free from [here](https://github.com/tiny-craft/tiny-rdm/releases). +> If you can't open it after installation, exec the following command then reopen: +> ``` shell +> sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app +> ``` + ## Build ### Prerequisites * Go >= 1.21 * Node.js >= 16 -* NPM +* NPM >= 9 ### Install wails ```bash diff --git a/README_zh.md b/README_zh.md index d834fd6..e83eda8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -28,11 +28,16 @@ 提供Mac、Windows和Linux下载安装,可[免费下载](https://github.com/tiny-craft/tiny-rdm/releases)。 +> 如果安装后无法打开,报错**不受信任**或者**移到垃圾箱**,执行下面命令后再启动即可: +> ``` shell +> sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app +> ``` + ## 构建项目 ### 运行环境要求 * Go >= 1.21 * Node.js >= 16 -* NPM +* NPM >= 9 ### 安装wails ```bash