Use https for git pull in README
This commit is contained in:
parent
de6dfdcca3
commit
28a31ec461
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue