docs: use HTTPS clone URL in README

This commit is contained in:
Maksim Totmin
2026-08-26 10:36:13 +07:00
parent 41856e6aaa
commit c1bc4ddf15
+1 -1
View File
@@ -385,7 +385,7 @@ After a configurable idle period the deck dims or shows a custom image.
## Building from source ## Building from source
```bash ```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 cd streamdeck-lets-go
make build make build
``` ```