From 68ca0dc800917ae81ed9bd74f7fa2cd1dc3c02cd Mon Sep 17 00:00:00 2001 From: Dalton Flanagan Date: Thu, 2 May 2019 20:39:24 -0700 Subject: [PATCH] Tweak README commands for easier copy & paste Right now all of these commands are in plaintext in a single line. Splitting them in a code block makes it more readable and easier to copy and paste directly into a terminal. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1dd06b..4190884 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: -$ git clone https://github.com/Nuand/bladeRF.git -$ cd bladeRF -$ dpkg-buildpackage -b +``` +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