Updated Airspy HF and Discovery device notes (markdown)

Jakob Ketterl 2020-11-01 20:45:14 +01:00
parent cbc57e3ddd
commit 2e5eb9ae8c
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ git clone https://github.com/airspy/airspyhf.git
cd airspyhf
mkdir build
cd build
cmake ..
cmake -DINSTALL_UDEV_RULES=ON ..
make
sudo make install
cd ../..