From 445e0f3101fb0be33e2fe235684700a3c7dfdb7c Mon Sep 17 00:00:00 2001 From: Jenny Plunkett Date: Fri, 19 Mar 2021 14:00:26 -0500 Subject: [PATCH 1/2] Add link to Mbed OS CLI doc for pip installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b05be..39b981c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ When you run the app a Terminal is opened with modified local session variables Because we want something that "just works" for users in a consistent, reproducable way. ## But I like installing my tools myself -See the instructions [here](TODO) for how to install all the tools individually on your system. +See the instructions [here](https://os.mbed.com/docs/mbed-os/latest/build-tools/install-and-set-up.html) for how to install all the tools individually on your system. ## Whats next? Go build awesome. From 9ee71221c222827e7747b6b9743768771100af42 Mon Sep 17 00:00:00 2001 From: Jenny Plunkett Date: Fri, 19 Mar 2021 14:02:18 -0500 Subject: [PATCH 2/2] Remove extraneous info / clarify title --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 39b981c..3b3f953 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# What is this +# Mbed CLI: Mac OS X Installer This is a single click installer for Mbed CLI on OS X. If you want the installer please see the Releases page for the latest download link. Included in the installer is the latest stable version of all tools required to develop in the Mbed Ecosystem with Mbed CLI. - Python 2.7.x @@ -21,10 +21,6 @@ Because we want something that "just works" for users in a consistent, reproduca ## But I like installing my tools myself See the instructions [here](https://os.mbed.com/docs/mbed-os/latest/build-tools/install-and-set-up.html) for how to install all the tools individually on your system. -## Whats next? -Go build awesome. - - -------- # How to Build