From 4a500f08aec0d9ddab895660d145c18d5cb3fff8 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sat, 27 Mar 2021 00:09:45 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c21cee2..8d83e87 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ it's disabled and all directories on your system are available for the container You can enable sandboxing with the **SANDBOX** environment variable. You can allow access to directories you want with the **WHITELIST_DIRS** variable. And it's -also possible to disable network with the **DISABLE_NET**. For example: +also possible to disable network with the **DISABLE_NET**. For instance: ``` export DISABLE_NET=1 export SANDBOX=1 -export WHITELIST_DIRS="/home/username/.cache /opt /home/username/Downloads" -./conty.sh command +export WHITELIST_DIRS="/home/username/.steam /home/username/.local/share/Steam" +./conty.sh steam ``` ## How to create your own Conty executables