From 205c90d9a81e88679998a7c90ecb2d6d15b164a3 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 14 Mar 2017 14:28:53 +0100 Subject: [PATCH] Readme - add mbed-os requirements link Fixes #39 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 500d59e..195c1be 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ To run the tests associated with the ci-test-shield follow these steps: #### Pre-requisites -0. Install [mbed-cli](https://github.com/armmbed/mbed-cli) tool (need version 1.0.0 or greater). -1. `mbed import https://github.com/ARMmbed/ci-test-shield.git` Clone this repo to your computer using mbed import. +0. Install [mbed-cli](https://github.com/armmbed/mbed-cli) tool (need version 1.0.0 or greater). Please verify that you installed [mbed-cli requirements](https://github.com/ARMmbed/mbed-cli#requirements) +1. Install [mbed-os requirements](https://github.com/ARMmbed/mbed-os/blob/master/requirements.txt) +2. `mbed import https://github.com/ARMmbed/ci-test-shield.git` Clone this repo to your computer using mbed import. #### Usage