summaryrefslogtreecommitdiff
path: root/host/README.md
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2014-01-29 20:35:33 +0000
committerDominic Spill <dominicgs@gmail.com>2014-01-29 20:35:33 +0000
commit44127041070bea1f6a9c9dde157d6f2ad3d3b27f (patch)
tree3f8fc6175438768dcd8642d20935d62387e0887e /host/README.md
parent24e3b3c0dfce612e3cbc8438da218b2077b218cc (diff)
parentb97aca3219d0d89cb6410058cc1260b16bdf5b2b (diff)
Merge branch 'master' of https://github.com/greatscottgadgets/ubertooth
Conflicts: host/README.md
Diffstat (limited to 'host/README.md')
-rw-r--r--host/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/README.md b/host/README.md
index c2439e1..3e29938 100644
--- a/host/README.md
+++ b/host/README.md
@@ -44,7 +44,7 @@ $ sudo libbtbb/cmake/cleanup.sh -d
```
Running the script without the '-d' option will print the files to be removed.
-THE TOOLS
+The Tools
---------
ubertooth-util: various utility functions including reboot into bootloader DFU
mode.
@@ -61,14 +61,14 @@ dumped to stderr.
ubertooth-specan: ouputs signal strength data suitable for feeding into spectrum
analyser software. e.g.
```
- ubertooth-specan -G -q | feedgnuplot --stream 0.5 --domain --3d
+ubertooth-specan -G -q | feedgnuplot --stream 0.5 --domain --3d
```
will use feedgnuplot to drive gnuplot to draw a realtime animated 3D plot of the
frequency spectrum.
-PRIVLEDGE REDUCTION
+Privledge Reduction
-------------------
If you desire to run any program which accesses the ubertooth hardware as a user
you may do so by copying libubertooth/40-ubertooth.rules to wherever your distro