This commit is contained in:
Villers Krisztián 2026-05-05 22:11:57 +02:00
commit d96e637cbf
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
```