This commit is contained in:
Villers Krisztián 2026-05-05 17:02:34 +02:00
parent e65d67a5f3
commit fcba8c606c
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ cargo build --release
``` ```
Windows: Windows:
```cmd ```batch
copy .env.example .env copy .env.example .env
# Edit .env with your credentials and output path # Edit .env with your credentials and output path
cargo build --release cargo build --release
./target/release/antares_get_data ./target/release/antares_get_data.exe
``` ```
## Configuration ## Configuration