Skip to content

Commit

Permalink
Merge pull request #12 from rsadsb/update-dump1090-0.7.1
Browse files Browse the repository at this point in the history
Update to dump1090-0.7.1
  • Loading branch information
wcampbell0x2a committed Feb 10, 2024
2 parents cb492cb + 112ef71 commit 49cf028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ Binaries can be downloaded from the latest releases of our software on github.
The following is an example for `x86_64`.
```
# download dump1090_rs
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.1/dump1090_rs-v0.7.1-aarch64-unknown-linux-gnu.tar.gz
> tar -xf dump1090_rs-v0.7.1-aarch64-unknown-linux-gnu.tar.gz
# download radar
> wget https://github.com/rsadsb/adsb_deku/releases/download/v2023.11.22/radar-x86_64-unknown-linux-gnu.tar.gz
> tar -xf radar-x86_64-unknown-linux-gnu.tar.gz
```

`ARM` releases are also available:
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0)
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.1)
- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22)


Expand Down

0 comments on commit 49cf028

Please sign in to comment.