docs: use HTTPS clone URL in README

This commit is contained in:
totmin
2026-08-26 10:36:13 +07:00
parent 8a0c167924
commit 92f64dbd9b
+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
``` ```