We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245be1b commit 4b79315Copy full SHA for 4b79315
README.md
@@ -11,12 +11,9 @@ CAIE Pseudocode Interpreter
11
```pip install -r requirements.txt```
12
5. 运行
13
* 二进制文件存在于`bin`中
14
- * `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译
15
- ```./build.sh```
16
- * `Windows`若无法正常运行,也可尝试自己编译
17
- ```build.pw1```
18
- * `Linux`用户请自行编译
19
+ * `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译 [build.sh](./build.sh)
+ * `Windows`若无法正常运行,也可尝试自己编译 [build.ps1](./build.ps1)
+ * `Linux`用户请自行编译 [build.sh](./build.sh)
20
6. `-h` 获取更多使用方法
21
22
### 常见问题
0 commit comments