feat: point towards release binary
This commit is contained in:
parent
47b17473d8
commit
88a6e93d25
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/target
|
/target
|
||||||
detectors.json
|
detectors.json
|
||||||
|
release.json
|
||||||
|
|
|
||||||
|
|
@ -20,14 +20,14 @@ This project connects to the Blitzortung lightning detection network and sends n
|
||||||
- Optionally, a `detectors.json` file for detector details
|
- Optionally, a `detectors.json` file for detector details
|
||||||
This file can be downloaded from my copyparty server, [here.](https://files.sad.ovh/public/detectors.json)
|
This file can be downloaded from my copyparty server, [here.](https://files.sad.ovh/public/detectors.json)
|
||||||
|
|
||||||
### Build
|
### Use
|
||||||
|
If you do not wish to compile `blitzortung`, feel free to download it from [here.](https://files.sad.ovh/public/releases/blitzortung/0.1.0/release/blitzortung).
|
||||||
|
|
||||||
|
### Compile
|
||||||
```sh
|
```sh
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo run --release -- \
|
cargo run --release -- \
|
||||||
--center-lat <latitude> \
|
--center-lat <latitude> \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue