docs: fix missing extension

This commit is contained in:
alfrix 2022-07-03 12:18:43 -03:00
parent a00d5a074c
commit d295129fa0

View File

@ -28,8 +28,8 @@ search "how to enable android debugging on device-model-and-brand"
```bash ```bash
cd ~/KlipperScreen/scripts cd ~/KlipperScreen/scripts
cp android-adb.sh launch_KlipperScreen cp android-adb.sh launch_KlipperScreen.sh
chmod +x launch_KlipperScreen chmod +x launch_KlipperScreen.sh
``` ```
* Go to [Startup](#startup) * Go to [Startup](#startup)
@ -41,8 +41,8 @@ chmod +x launch_KlipperScreen
```bash ```bash
cd ~/KlipperScreen/scripts cd ~/KlipperScreen/scripts
touch launch_KlipperScreen.sh touch launch_KlipperScreen.sh
chmod +x launch_KlipperScreen chmod +x launch_KlipperScreen.sh
nano launch_KlipperScreen nano launch_KlipperScreen.sh
``` ```
* Paste this into the script (edit the IP for example: 192.168.1.2:0) * Paste this into the script (edit the IP for example: 192.168.1.2:0)