From 141decd062c94b87cfc7a1d9582d3c62cfd26160 Mon Sep 17 00:00:00 2001 From: novafacing Date: Tue, 19 Dec 2023 16:40:48 -0800 Subject: [PATCH] Add try it out to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c9a51b0..4027b58 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file