diff --git a/adsbus/README.md b/adsbus/README.md index f821924..06783f6 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -6,8 +6,8 @@ adsbus is a hub and protocol translator for [ADS-B](https://en.wikipedia.org/wik ## Building ```bash -sudo apt-get -y install uuid-dev libjansson-dev +sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler git clone https://github.com/flamingcowtv/adsb-tools.git -cd adsb-tools +cd adsb-tools/adsbus make ```