diff --git a/README.md b/README.md index ce569ccc2f550ba93c94fbdcce8a1d6fe0809ce4..9f5f15d3fd1d32e4f252a47d1617d9a2f4bfbae1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # gr-bladeRF -You can use a docker container for quick deployment. -Easy docker installation: https://docs.docker.com/engine/install/ubuntu/#install-from-a-package +GNU Radio source and sink blocks for bladeRF devices. -After install run next commands: +## bladeRF wiki - sudo docker/run.sh +* [bladeRF wiki](https://github.com/Nuand/bladeRF/wiki) + +## Installation + +Build from source + + git clone https://github.com/Nuand/gr-bladeRF.git cd gr-bladeRF mkdir build cd build @@ -13,6 +18,7 @@ After install run next commands: make -j4 sudo make install +## GNURadio-Companion Examples Run FM-receiver example: cd