readme
This commit is contained in:
parent
e65d67a5f3
commit
fcba8c606c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue