Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 2, 2021
1 parent b56d8bb commit 840709e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ sudo make install

### Basic usage:
```
ga [-L] -Y <answer.yml>
ga [-n <HW number>] [-L] -Y <answer.yml>
```
`-Y`: parsing YAML FILE
`-n`: create blank `answer.yml` with `HW` number

`-Y`: parsing YAML file

`-L`: for scoring lab purpose

Expand Down Expand Up @@ -118,7 +120,7 @@ This is an example of two test with one and two logical operations.
|**op** |logical operator |Use quote.<ul><li>Binary operator: `=`, `>`, `<`, `!=`, `>=`, `<=`</li><li>String comparasion: `&=`(String match), `&?`(String not match)</li></ul>|`'<='` |
|**R** |Right side of operator|Value. Fraction with double-type denominator is also acceptable. |`(11/3.0)-12`|

If there is no **input**, leave it blank. if there is no test, just delete `Test:` field.
If there is no **input**, leave it empty. If there is no test, just delete `Test:` field.

## Run with Docker

Expand Down

0 comments on commit 840709e

Please sign in to comment.