summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-03-02 03:54:10 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2023-04-03 09:52:37 +0200
commit29f92713ceab9699b73aec317e2e77aa0728c6dc (patch)
tree4658980d7c07c5b3a563b11082eecd1cfcd0f626
parent795eeee77eab88afb9db27b06e1d23cc3aebe38e (diff)
downloadbubblewrap-29f92713ceab9699b73aec317e2e77aa0728c6dc.tar.gz
README.md: Improve readability of usage example
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
-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