tiny addition to the install doc (#65)

docs/Installation: Add git clone command
This commit is contained in:
Stefan Dej
2021-01-30 04:18:01 +01:00
committed by GitHub
parent 3e4ae3bdee
commit 4b4faaab88

View File

@@ -52,9 +52,11 @@ install_script: scripts/KlipperScreen-install.sh
```
#### KlipperScreen Installation
After you clone KlipperScreen, run the following commands:
To clone and install execute the following commands:
```
cd KlipperScreen
cd ~/
git clone https://github.com/jordanruthe/KlipperScreen.git
cd ~/KlipperScreen
./scripts/KlipperScreen-install.sh
```