Skip to content

Commit e549a5a

Browse files
ShiYiootwostraws
authored andcommitted
docs: add download instructions for each system in the readme
Co-authored-by: twostraws <paul.hudson@gmail.com>
1 parent 44e525c commit e549a5a

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ Make sure git is installed on your computer.
1010

1111
Download the application, open it, and let your creativity flow! Generating a repository may take a while. After generation, copy the repository folder and enter it to continue.
1212

13+
### Windows/Linux
14+
15+
Download and run the application directly.
16+
17+
### macOS
18+
19+
Since this application is not yet signed, you may encounter security restrictions on first launch. Follow these steps to resolve:
20+
21+
```bash
22+
cd the-directory-where-green-wall.app-is-located
23+
sudo xattr -cr ./green-wall.app
24+
sudo spctl --master-disable
25+
sudo xattr -r -d com.apple.quarantine ./green-wall.app
26+
```
27+
28+
**Tip:** You don't need to execute all of these commands. Try them in order from top to bottom, and stop once one resolves the issue.
29+
30+
**Warning:** The commands will not automatically launch the application. You need to manually double-click the app to start it (the commands only modify file attributes).
31+
32+
### Quick Tips
33+
1334
- Right-clicking during the painting process can switch between the brush and the eraser.
1435

1536
## Next steps

README_zh.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@
1010

1111
下载软件,打开,发挥你的艺术才能!生成仓库需要等待一会,生成后复制仓库目录进入仓库文件夹。
1212

13+
### Windows/Linux
14+
15+
下载后直接点击运行即可。
16+
17+
### macOS
18+
19+
由于本应用暂时未进行签名服务,首次运行时可能会遇到安全限制。按以下步骤解决:
20+
21+
```bash
22+
cd 你的green-wall.app存在的目录
23+
sudo xattr -cr ./green-wall.app
24+
sudo spctl --master-disable
25+
sudo xattr -r -d com.apple.quarantine ./green-wall.app
26+
```
27+
28+
**提示:** 这些指令并不需要全部执行,从上往下依次尝试,如果某条指令解决了问题就无需继续执行。
29+
30+
**警告:** 命令执行后不会自动弹出应用界面,需要手动双击应用来启动(命令只是改变了文件属性)。
31+
32+
### 快速提示
33+
1334
- 绘画过程中右键可以切换画笔和橡皮擦
1435

1536
## 下一步操作

0 commit comments

Comments
 (0)