From 2bbd62da242d2724945d8495e5ee4acd88dc0537 Mon Sep 17 00:00:00 2001 From: Fabio Viappiani Date: Fri, 31 Mar 2023 11:08:33 +0200 Subject: [PATCH] Update klipper_repos.txt.example Added example for ssh repository --- klipper_repos.txt.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/klipper_repos.txt.example b/klipper_repos.txt.example index 6cc3393..e07dee0 100644 --- a/klipper_repos.txt.example +++ b/klipper_repos.txt.example @@ -11,8 +11,11 @@ # If you omit a branch, it will always default to 'master' # # You are allowed to omit the 'https://github.com/' part of the repository URL +# If the repository name starts with 'git@github.com:' SSH will be the method of cloning # Down below are now a few examples of what is considered as valid: https://github.com/Klipper3d/klipper,master https://github.com/Klipper3d/klipper Klipper3d/klipper,master Klipper3d/klipper +git@github.com:Klipper3d/klipper,master +git@github.com:Klipper3d/klipper