Skip to content

Commit

Permalink
More changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed May 16, 2024
1 parent 530ac33 commit 0ed2011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ For starters, you can directly download the pre-generated tests from Github Acti
## How to use

```
make -j$(nproc)
make all -j$(nproc)
```

> If you have problems compiling, please refer to the build steps in [build-and-test.yml](.github/workflows/build-and-test.yml).
After `make`, you will find all the generated tests in `out/v[vlen]x[xlen][mode]/bin/stage2/`.
After `make all`, you will find all the generated tests in `out/v[vlen]x[xlen][mode]/bin/stage2/`.

For more advanced options, run `make help`.

Expand Down

0 comments on commit 0ed2011

Please sign in to comment.