Delete windows script

This commit is contained in:
2026-07-15 19:18:34 +03:00
parent 2b8820a863
commit edfa430db3
2 changed files with 0 additions and 36 deletions

View File

@@ -33,8 +33,6 @@ No official rating yet. Estimated around **2300 Elo**, based on self-play SPRT r
Requires Rust ([rustup](https://rustup.rs)).
### Linux / macOS
```sh
git clone https://github.com/stefiosif/zeal.git
cd zeal
@@ -42,15 +40,6 @@ cargo build --release
./target/release/zeal
```
### Windows
```powershell
git clone https://github.com/stefiosif/zeal.git
cd zeal
cargo build --release
.\target\release\zeal.exe
```
## Credits
Thanks to CodeMonkeyKing's YouTube series and the [Engine Programming Discord](https://discord.gg/F6W6mMsTGN).