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