diff --git a/wiki/Installation.md b/wiki/Installation.md index 82cdedc..bf40ebb 100644 --- a/wiki/Installation.md +++ b/wiki/Installation.md @@ -29,8 +29,9 @@ You can either add them manually to your klipper install, or alternatively, you **On the Klipper System** ``` cd ~ -git clone https://github.com/viesturz/tapchanger.git --no-checkout -cd tapchanger git sparse-checkout init --cone +git clone https://github.com/viesturz/tapchanger.git --no-checkout --depth 1 --filter=blob:none +cd tapchanger +git sparse-checkout init --cone git sparse-checkout set Klipper git checkout cd ~