Skip to content

Commit

Permalink
Update for small checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Oct 21, 2024
1 parent c003f8c commit f360c37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ~
Expand Down

0 comments on commit f360c37

Please sign in to comment.