docs: update doc
This commit is contained in:
parent
7e60eec701
commit
3b368b5a1c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue