docs: update doc

This commit is contained in:
tiny-craft 2023-09-06 11:46:34 +08:00
parent 7e60eec701
commit 3b368b5a1c
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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