Update README.md

This commit is contained in:
2023-11-23 22:21:36 +01:00
parent 26f005a135
commit 9879c5745e

View File

@@ -74,10 +74,10 @@ chtunn 5555
```
## NOTA
Chromium per funzionare crea una cartella di sessione. <br>
chtunn.sh per crea la cartella in /$HOME/.config/chromium/CHTUNN/chtunn-$1 <br>
chtunn.sh crea la cartella "chtunn-$1" in /$HOME/.config/chromium/CHTUNN/ <br>
dove $1 = numero della porta scelta<br><br>
Per rimuovere tutte le cartelle di sessione create da chtunn.sh dai il comando:
```bash
rm -R /$HOME/.config/chromium/CHTUNN
rm -R /$HOME/.config/chromium/CHTUNN/
```