README.md: Add --new-session to usage example

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

View File

@@ -128,6 +128,7 @@ bwrap \
--proc /proc \
--dev /dev \
--unshare-pid \
--new-session \
bash
```