Update README.md

This commit is contained in:
2025-07-31 00:24:19 +02:00
committed by GitHub
parent 9452c255bb
commit 2f4a19b9fc

View File

@@ -5,7 +5,7 @@
```
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
git clone https://github.com/fruworg/cstrike .
docker compose up -d
```
@@ -13,6 +13,6 @@ docker compose up -d
```
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
git clone https://github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike
```