From f360c375cef613a03f9f92aa7d52a8281db4dd36 Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Mon, 21 Oct 2024 12:48:18 -0600 Subject: [PATCH] Update for small checkout --- wiki/Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ~