README.md: Improve readability of usage example

Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
This commit is contained in:
Sebastian Pipping
2023-03-02 03:54:10 +01:00
committed by Alexander Larsson
parent 795eeee77e
commit 29f92713ce

View File

@@ -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