Use https for git pull in README

main
Astra 2023-04-28 12:41:12 +00:00
parent de6dfdcca3
commit 28a31ec461
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ csgo (Docker/Podman)
Usage: Usage:
```bash ```bash
$ git pull ssh://git@git.zio.sh:2222/astra/csgo.git $ git pull https://git.zio.sh/astra/csgo.git
$ cd csgo $ cd csgo
$ podman build -t astra/csgo:latest . $ podman build -t astra/csgo:latest .
$ podman run \ $ podman run \