Fixing markup of code parts in README
This commit is contained in:
parent
cdba7566fd
commit
983829bff6
|
@ -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:
|
||||||
|
|
||||||
|
```bash
|
||||||
$ git clone https://github.com/Nuand/bladeRF.git
|
$ git clone https://github.com/Nuand/bladeRF.git
|
||||||
$ cd bladeRF
|
$ cd bladeRF
|
||||||
$ dpkg-buildpackage -b
|
$ 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
|
||||||
|
@ -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
|
Binaries are built in the source directory; you will need to arrange to
|
||||||
install them (and a method for starting them) yourself.
|
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.
|
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.
|
librtlsdr.
|
||||||
|
|
Loading…
Reference in a new issue