From 983829bff6059f5bd3ff2c2f6eba2f07bdb22a46 Mon Sep 17 00:00:00 2001 From: Hamlet Date: Wed, 21 Nov 2018 15:53:40 +0400 Subject: [PATCH] Fixing markup of code parts in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dd06b..c928ffb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ It is designed to build as a Debian package. You will need a build of libbladeRF. You can build packages from source: +```bash $ git clone https://github.com/Nuand/bladeRF.git $ cd bladeRF $ dpkg-buildpackage -b +``` Or Nuand has some build/install instructions including an Ubuntu PPA at https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux @@ -43,8 +45,8 @@ You can probably just run "make" after installing the required dependencies. Binaries are built in the source directory; you will need to arrange to install them (and a method for starting them) yourself. -"make BLADERF=no" will disable bladeRF support and remove the dependency on +``make BLADERF=no`` will disable bladeRF support and remove the dependency on libbladeRF. -"make RTLSDR=no" will disable rtl-sdr support and remove the dependency on +``make RTLSDR=no`` will disable rtl-sdr support and remove the dependency on librtlsdr.