aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpetreeftime <[email protected]>2016-05-19 18:56:36 +0300
committerpetreeftime <[email protected]>2016-05-19 18:56:36 +0300
commit48db051accb834c200492c8dd462835de6eb9a17 (patch)
treee0670dc5463c2ec92ebf9b3d5a73927b4f1912b4 /README.md
parent59246942c5918df5763122691c554fc0fb0ce8e8 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index d323bbb5..63d6b260 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ you all the options. The interesting ones are detailed below:
Changing install path from /usr/local to /usr
~~~~~~~~~~~~~
--DCMAKE_INSTALL_PREFIX:PATH=/usr
+-DCMAKE_INSTALL_PREFIX=/usr
~~~~~~~~~~~~~
Building debug build:
~~~~~~~~~~~~~
@@ -74,6 +74,11 @@ The hellotinyb example uses a [TI Sensor Tag](http://www.ti.com/ww/en/wireless_c
from which it reads the ambient temperature. You have to pass the MAC address
of the Sensor Tag as a first parameter to the program.
+Common issues
+============
+
+If you have any issues, please go through the [Troubleshooting Guide](TROUBLESHOOTING.md). If the solution is not there, please create a new issue on [Github](https://github.com/intel-iot-devkit/tinyb).
+
Contributing to TinyB
============