From c1bc4ddf155e60a1ae2b985ac9e7cf0dc9b01fea Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 26 Aug 2026 10:36:13 +0700 Subject: [PATCH] docs: use HTTPS clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73e595..8bf5529 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ After a configurable idle period the deck dims or shows a custom image. ## Building from source ```bash -git clone git@github.com:totmin/streamdeck-lets-go.git +git clone https://github.com/totmin/streamdeck-lets-go.git cd streamdeck-lets-go make build ```