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:
parent
c05aea65a4
commit
68ca0dc800
|
@ -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:
|
You will need a build of libbladeRF. You can build packages from source:
|
||||||
|
|
||||||
$ git clone https://github.com/Nuand/bladeRF.git
|
```
|
||||||
$ cd bladeRF
|
git clone https://github.com/Nuand/bladeRF.git
|
||||||
$ dpkg-buildpackage -b
|
cd bladeRF
|
||||||
|
dpkg-buildpackage -b
|
||||||
|
```
|
||||||
|
|
||||||
Or Nuand has some build/install instructions including an Ubuntu PPA
|
Or Nuand has some build/install instructions including an Ubuntu PPA
|
||||||
at https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux
|
at https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux
|
||||||
|
|
Loading…
Reference in a new issue