README.md: Improve readability of usage example
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
This commit is contained in:

committed by
Alexander Larsson

parent
795eeee77e
commit
29f92713ce
@@ -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
|
||||
|
Reference in New Issue
Block a user