Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed Jul 7, 2023
1 parent 245be1b commit 4b79315
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ CAIE Pseudocode Interpreter
```pip install -r requirements.txt```
5. 运行
* 二进制文件存在于`bin`
* `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译
```./build.sh```
* `Windows`若无法正常运行,也可尝试自己编译
```build.pw1```
* `Linux`用户请自行编译
```./build.sh```
* `MacOS`若无法正常运行其中的二进制文件,可尝试自己编译 [build.sh](./build.sh)
* `Windows`若无法正常运行,也可尝试自己编译 [build.ps1](./build.ps1)
* `Linux`用户请自行编译 [build.sh](./build.sh)
6. `-h` 获取更多使用方法

### 常见问题
Expand Down

0 comments on commit 4b79315

Please sign in to comment.