From 072d1b740976948c8fbe7cc192566f3799668f99 Mon Sep 17 00:00:00 2001 From: Robert Ghilduta <robert.ghilduta@nuand.com> Date: Thu, 17 Jun 2021 09:35:05 -0700 Subject: [PATCH] update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce569cc..9f5f15d 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 -- GitLab