From d143eb6e32e2cb920ea3db514867cd959573e741 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 17 Feb 2016 10:34:47 -0800 Subject: [PATCH] Clone instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20034f6..f821924 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@ adsbus is a hub and protocol translator for [ADS-B](https://en.wikipedia.org/wik ```bash sudo apt-get -y install uuid-dev libjansson-dev +git clone https://github.com/flamingcowtv/adsb-tools.git +cd adsb-tools make ```