From 28a31ec461fe7a8214975c26a0bc211556eb9941 Mon Sep 17 00:00:00 2001 From: astra Date: Fri, 28 Apr 2023 12:41:12 +0000 Subject: [PATCH] Use https for git pull in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec8d5d8..0eace62 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ csgo (Docker/Podman) Usage: ```bash -$ git pull ssh://git@git.zio.sh:2222/astra/csgo.git +$ git pull https://git.zio.sh/astra/csgo.git $ cd csgo $ podman build -t astra/csgo:latest . $ podman run \