Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Sep 7, 2023
1 parent 7e60eec commit 3b368b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b368b5

Please sign in to comment.