Use HTTPS clone URL in README

This commit is contained in:
goyban
2026-04-26 12:02:37 +00:00
parent 029302b9e9
commit f78fbe2dfa
+1 -1
View File
@@ -10,7 +10,7 @@ A multiplayer Hearts card game with real-time gameplay via WebSockets. Shares ac
## Install ## Install
```bash ```bash
git clone git@git.goyban.com:goyban/hearts.git git clone https://git.goyban.com/goyban/hearts.git
cd hearts cd hearts
cp .env.example .env cp .env.example .env
# edit .env — see below # edit .env — see below