From dd33ee04bb234f5013c875ffc05e9f91439ec768 Mon Sep 17 00:00:00 2001 From: alfrix Date: Wed, 16 Nov 2022 20:29:35 -0300 Subject: [PATCH] docs: android: show script directly with example close #791 --- docs/Android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Android.md b/docs/Android.md index 7bd3604f..9e94c040 100644 --- a/docs/Android.md +++ b/docs/Android.md @@ -45,9 +45,9 @@ chmod +x launch_KlipperScreen.sh nano launch_KlipperScreen.sh ``` -* Paste this into the script (edit the IP for example: 192.168.1.2:0) +* Paste this into the script (replace the example IP) ```bash -DISPLAY=(ip address from blue screen):0 $KS_XCLIENT +DISPLAY=192.168.150.122:0 $KS_XCLIENT ``` !!! important