docs: fix Android docs not correctly addressing exec perms close #1313
This commit is contained in:
parent
561744222e
commit
69e3547026
@ -40,7 +40,7 @@ This article describes how to use KlipperScreen from an Android device
|
|||||||
```bash
|
```bash
|
||||||
cd ~/KlipperScreen/scripts
|
cd ~/KlipperScreen/scripts
|
||||||
cp sample-android-adb.sh launch_KlipperScreen.sh
|
cp sample-android-adb.sh launch_KlipperScreen.sh
|
||||||
chmod +x launch_KlipperScreen.sh
|
chmod +x ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Start Xserver-XSDL On the Android device
|
4. Start Xserver-XSDL On the Android device
|
||||||
@ -54,7 +54,7 @@ This article describes how to use KlipperScreen from an Android device
|
|||||||
```bash
|
```bash
|
||||||
rm ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
rm ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
touch ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
touch ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
chmod +x launch_KlipperScreen.sh
|
chmod +x ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
nano ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
nano ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user