From e93a8799b58dafcbd79ee96b1aec196a59d25664 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 24 Aug 2019 17:49:30 -0500 Subject: [PATCH] code block --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5470192..6685313 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,7 @@ putting them and their necessary libs into a target rootfs directory example: +```shell cargo run -- -v target/ /bin/bash /bin/ls sudo chroot target /bin/bash +```