Update README.md

This commit is contained in:
Villers Krisztián 2026-05-05 21:31:18 +02:00
parent c780d29272
commit 96bbb0061b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cargo build --release
Windows:
```batch
copy .env.example .env
# Edit .env with your credentials and output path
REM Edit .env with your credentials and output path
cargo build --release
./target/release/antares_get_data.exe
```