Skip to content

Commit 7068d56

Browse files
author
Amanda Butler
authored
Merge pull request #650 from BlackstoneEngineering/patch-3
Updating Installer Instructions
2 parents ee3335e + ecee045 commit 7068d56

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

docs/tools/offline/cli-setup.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
You can install Mbed CLI on Windows, Linux and Mac OS X.
44

5-
<span class="tips">If you're working on Windows, we recommend you use the [Windows installer for Mbed CLI](/docs/development/tools/installing-with-the-windows-installer.html). For Linux and Mac OS X, refer to the section [Installing Mbed CLI standalone stable version](/docs/development/tools/installing-manually.html).</span>
5+
<span class="tips">**Tip:** If you're working on Windows or Mac OS X, we recommend using the installers for Mbed CLI.
6+
- [Windows installer for Mbed CLI](installing-with-the-windows-installer.html).
7+
- [Mac OS X installer for Mbed CLI](installing-with-the-osx-installer.html).
8+
</span>
9+
10+
For Linux, please [install Mbed CLI manually](/docs/development/tools/installing-manually.html). Advanced Windows and Mac OS X users can also install Mbed CLI manually, but we recommend the installers for less experienced developers.
611

712
## Requirements
813

@@ -56,8 +61,8 @@ The Windows installer for Mbed CLI includes the following components:
5661
5762
### Running the installer
5863
59-
1. Download the latest executable from [mbed-windows-installer v0.4.3](https://mbed-media.mbed.com/filer_public/50/38/5038849b-16a8-42f3-be7a-43d98c7a3af3/mbed_installer_v043.exe).
60-
2. Run `mbed_installer_v042.exe`.
64+
1. Download the latest executable from [mbed-windows-installer v0.4.7](http://mbed-os.s3-eu-west-1.amazonaws.com/builds/Mbed_installer_v0.4.7.exe).
65+
2. Run `mbed_installer_v047.exe`.
6166
3. Set the installation path.
6267
4. Choose the installation type:
6368
- Default: Installs all components.
@@ -79,6 +84,19 @@ $ mbed_installer_{version}.exe /S
7984
8085
Please see the [configuration section](/docs/development/tools/configuring-mbed-cli.html); Mbed CLI will not work properly without some manual configuration.
8186
87+
## Installing with the Mac OS X installer
88+
89+
The Mac OS X installer for Mbed CLI is a self-contained OS X application that contains GCC, Python, Git and Mercurial.
90+
91+
To use the installer:
92+
93+
1. Download the [Mac OS X installer for Mbed CLI](http://mbed-os.s3-eu-west-1.amazonaws.com/builds/mbed-cli-v0.0.10.dmg).
94+
1. Open `.dmg`.
95+
1. Copy `mbed_cli.app` to your applications folder.
96+
1. Run `mbed_cli.app`.
97+
98+
<span class="note">**Note:** You may need to allow unsigned apps to run for this to work. The first time you run the installer, it make take a couple of minutes to download the components. This requires an internet connection. After the first run, everything will be much faster.</span>
99+
82100
## Installing manually
83101
84102
### Installing the stable version

0 commit comments

Comments
 (0)