Update README.md

This commit is contained in:
terem42
2023-10-01 17:26:12 +02:00
committed by GitHub
parent b3f1a8624f
commit 9bc5080df3

View File

@@ -48,7 +48,7 @@ To cope with network failures its higly recommended to run the commands above in
Example of screen utility usage:
````bash
screen -S zfs
export LC_ALL=en_US.UTF-8 && screen -S zfs
````
To detach from screen console, hit Ctrl-d then a
To reattach, type `screen -r zfs`