From 7df819bed6778935bdbe05dc43931afe09a087bb Mon Sep 17 00:00:00 2001 From: Mark Francis Date: Tue, 27 Dec 2016 12:17:03 +1300 Subject: [PATCH] Update HOWTO.md --- HOWTO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HOWTO.md b/HOWTO.md index 49c4e17..21af9cf 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -29,3 +29,5 @@ Using `raspberry.local:50005` may not work on all android devices, if it doesn't After reboot you can check the script is running with: `sudo screen -r wixel` + +Note: Exiting the screen session with control + c will actually kill the script. To close the screen without termination after viewing use control + a, then press d. The script continues to run and you can use `sudo screen -r wixel` again and again.