fix sdk build example

This commit is contained in:
postscriptum 2026-02-17 14:09:36 +02:00
parent 3f87609291
commit 71d3e967dc

View file

@ -94,8 +94,7 @@ git clone https://iris.radicle.xyz/z3LRRg2os4mihf6n12P6m2Ukr4BfW.git half-life-s
``` bash
git clone --recursive https://github.com/FWGS/hlsdk-portable.git
git checkout bot10
cmake -B build -S .
cmake -DCMAKE_BUILD_TYPE=Release -B build -S .
cmake --build build
```