summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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