Skip to content

Commit

Permalink
Add try it out to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 20, 2023
1 parent 42d1459 commit 141decd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ The crates work together to enable building QEMU utilities in Rust and running Q
Rust code in a machine-specified way.


## Try it Out

To see what the crate can do, trace the execution (including syscalls, memory accesses,
and instructions) of a program like:

```sh
cargo run -r --bin tracer -- -a /bin/ls -- -lah
```

0 comments on commit 141decd

Please sign in to comment.