From 29f92713ceab9699b73aec317e2e77aa0728c6dc Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 2 Mar 2023 03:54:10 +0100 Subject: [PATCH] README.md: Improve readability of usage example Signed-off-by: Sebastian Pipping --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5cdbf..dfe6c0f 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,13 @@ source code, but here's a trimmed down version which runs a new shell reusing the host's `/usr`. ``` -bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid bash +bwrap \ + --ro-bind /usr /usr \ + --symlink usr/lib64 /lib64 \ + --proc /proc \ + --dev /dev \ + --unshare-pid \ + bash ``` This is an incomplete example, but useful for purposes of