Skip to content

Commit

Permalink
Use sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Oct 21, 2024
1 parent f1ebc77 commit c003f8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ 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
git clone https://github.com/viesturz/tapchanger.git --no-checkout
cd tapchanger git sparse-checkout init --cone
git sparse-checkout set Klipper
git checkout
cd ~
ln -s ~/tapchanger/Klipper/config-example ~/printer_data/config/tapchanger
```

Expand Down

0 comments on commit c003f8c

Please sign in to comment.