Skip to content

Commit

Permalink
update install instructions for kiauh v6
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Oct 2, 2024
1 parent ad6f972 commit da480cb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,17 @@ sudo systemctl restart klipper

### Option 2. Using KIAUH

For users that are not comfortable using Git directly, [KIAUH](https://github.com/dw-0/kiauh) is able to use custom repositories.
For users that are not comfortable using Git directly, [KIAUH v6](https://github.com/dw-0/kiauh) is able to use custom repositories.

To do this, add the Danger Klipper repo to KIAUH's repo list and run the script with the following commands:

```bash
echo "DangerKlippers/danger-klipper" >> ~/kiauh/klipper_repos.txt
~/kiauh/kiauh.sh
```
To do this, add the Danger Klipper repo to KIAUH's custom repository settings with the following steps:

From the KIAUH menu select:

- 6 ) Settings
- 1 ) Set custom Klipper repository
- Select the number corresponding to DangerKlipper from the list shown
- Select 'Y' to confirm replacing your existing Klipper install
- [S] Settings
- 1\) Set custom Klipper repository
- Use `https://github.com/DangerKlippers/danger-klipper` as the new repository URL
- Use `master` or `bleeding-edge-v2` as the new branch name
- Select 'Y' to apply the changes
- Enter 'B' for back twice
- 'Q' to quit

Expand Down

0 comments on commit da480cb

Please sign in to comment.