You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/offline/cli-setup.md
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,12 @@
2
2
3
3
You can install Mbed CLI on Windows, Linux and Mac OS X.
4
4
5
-
<spanclass="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
+
<spanclass="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.
6
11
7
12
## Requirements
8
13
@@ -56,8 +61,8 @@ The Windows installer for Mbed CLI includes the following components:
56
61
57
62
### Running the installer
58
63
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).
Please see the [configuration section](/docs/development/tools/configuring-mbed-cli.html); Mbed CLI will not work properly without some manual configuration.
81
86
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>
0 commit comments