FRDM K64F Metronome

Revision:
0:dbad57390bd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-client/README.md	Sun May 14 18:37:05 2017 +0000
@@ -0,0 +1,24 @@
+ARM mbed Client
+=======================
+
+This repository contains ARM mbed Client: a library that connects devices to mbed Device Connector Service, mbed Device Server (mDS) and to mbed-enabled cloud services from our partners.
+
+The documentation is collected under the docs directory and the **mbed Client Guide** is also hosted [here](https://docs.mbed.com/docs/mbed-client-guide/en/latest/).
+
+Running Unit Tests
+-----------------------
+
+Pre-requisites for the unit tests includes the following tools:
+- CppUTest
+- XSL
+- lcov
+- gcovr
+- Ninja 
+
+You can use these commands to get the tools if you are running Ubuntu.
+
+    sudo apt-get install cpputest
+    sudo apt-get install xsltproc
+    sudo apt-get install lcov
+    sudo apt-get install gcovr
+    sudo apt-get install ninja-build