Skip to content

Commit 4b79315

Browse files
committed
Update README.md
1 parent 245be1b commit 4b79315

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ CAIE Pseudocode Interpreter
1111
```pip install -r requirements.txt```
1212
5. 运行
1313
* 二进制文件存在于`bin`
14-
* `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译
15-
```./build.sh```
16-
* `Windows`若无法正常运行,也可尝试自己编译
17-
```build.pw1```
18-
* `Linux`用户请自行编译
19-
```./build.sh```
14+
* `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译 [build.sh](./build.sh)
15+
* `Windows`若无法正常运行,也可尝试自己编译 [build.ps1](./build.ps1)
16+
* `Linux`用户请自行编译 [build.sh](./build.sh)
2017
6. `-h` 获取更多使用方法
2118

2219
### 常见问题

0 commit comments

Comments
 (0)