Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Changochen committed Nov 16, 2023
1 parent f8e204b commit e13f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wget https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-
## Run
Basic run (for example, run on 20 cores):
```
taskset -c 0-19 cargo run --release -- -c "your/command @@" -i input_corpus --core 20
taskset -c 0-19 cargo run --release -- -c "your/command @@" -i input_corpus -o output --core 20
```

Check the usage:
Expand Down

0 comments on commit e13f97e

Please sign in to comment.