aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-03-04 17:43:18 -0800
committerMartin Braun <martin.braun@ettus.com>2016-03-04 17:43:18 -0800
commit736b8a2b707472c3ad527a7fb6e79971bac99497 (patch)
tree6a7d9f1f585b519c93d2f11deccbd52595698a31 /host
parentdc8cb7f40f2add8424a232bc190e428f53e13759 (diff)
downloaduhd-736b8a2b707472c3ad527a7fb6e79971bac99497.tar.gz
uhd-736b8a2b707472c3ad527a7fb6e79971bac99497.tar.bz2
uhd-736b8a2b707472c3ad527a7fb6e79971bac99497.zip
docs: Updated section on PyBOMBS
Diffstat (limited to 'host')
-rw-r--r--host/docs/build.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox
index 8caae5c79..7b5cb00d7 100644
--- a/host/docs/build.dox
+++ b/host/docs/build.dox
@@ -132,9 +132,9 @@ All of our releases are associated with tags in the repository.
\section build_pybombs Using PyBOMBS
-PyBOMBS is a command-line tool for Linuxes (and some Unixes) from the GNU Radio ecosystem and will do a source build of UHD, including setting up prerequisites/dependencies (regardless of the distribution) with the following command:
+PyBOMBS is a command-line tool for Linuxes (and some Unixes) from the GNU Radio ecosystem and will do a source build of UHD, including setting up prerequisites/dependencies (regardless of the distribution). Assuming you have PyBOMBS set up, you can install UHD with the following command:
- $ ./pybombs install uhd
+ $ pybombs install uhd
Head to the <a href="https://github.com/gnuradio/pybombs/#installation">PyBOMBS Homepage</a> for more instructions. PyBOMBS can install UHD (as well as GNU Radio or similar projects) both into system directories as well as into user's home directories, omitting the requirement for superuser access.