diff --git a/docs/Installation.md b/docs/Installation.md index 911fb78c..c32149e0 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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 ```