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.
This commit is contained in:
Dalton Flanagan 2019-05-02 20:39:24 -07:00 committed by GitHub
parent c05aea65a4
commit 68ca0dc800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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