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/tutorials/quickstart/quick-start-cli.md
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,31 +8,29 @@ The setup process for Arm Mbed CLI depends on your operating system. Please choo
8
8
9
9
#### Windows
10
10
11
-
Two installation methods are available for Windows. The first is a pre-built installer that is intended to get your system up and running as fast as possible. The second installation method is more flexible, but allowed fore greater customization to better fit your system's needs.
11
+
Two installation methods are available for Windows. The first is a prebuilt installer that you can use quickly. The second installation method is more flexible and allows for greater customization to better fit your system's needs.
12
12
13
-
##### Method A: Prebuilt Installer
14
-
15
-
###### Mbed CLI Installer
13
+
##### Prebuilt Mbed CLI installer
16
14
17
15
Download and run the [Mbed CLI Windows .exe installer](https://mbed-media.mbed.com/filer_public/50/38/5038849b-16a8-42f3-be7a-43d98c7a3af3/mbed_installer_v043.exe).
18
16
19
17
You can ensure Mbed CLI installed correctly by running `mbed help` from your command-line.
20
18
21
19
<spanclass="notes">**Note:** The Windows installer only installs the GNU Arm embedded toolchain. If you want to compile using Arm Compiler 5 or IAR, visit the [supported compilers page](/docs/latest/tools/index.html#compiler-versions).</span>
22
20
23
-
#### Method B: Manual Installation
21
+
#### Manual installation
24
22
25
23
###### 1. Download and install Python and Pip
26
24
27
-
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/windows/) for Windows. Both Python versions will come with their own version of pip.
25
+
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/windows/) for Windows. Both Python versions come with their own version of Pip.
28
26
29
-
<spanclass="notes">**Note:** When the installer is launched, check the checkbox that says "Add Python X.Y to PATH", otherwise Windows will not know where to search for the Python executable.</span>
27
+
<spanclass="notes">**Note:** When the installer launches, check the checkbox that says **Add Python X.Y to PATH**. Otherwise, Windows does not know where to search for the Python executable.</span>
30
28
31
29
###### 2. Install a compiler
32
30
33
31
Download and install a compiler.
34
32
35
-
<spanclass="notes">**Note:** To download the latest toolchains, visit the [supported compilers page](/docs/latest/tools/index.html#compiler-versions).</span>
33
+
<spanclass="notes">**Note:** To download the latest toolchains, visit the [supported compilers page](/docs/development/tools/index.html#compiler-versions).</span>
36
34
37
35
###### 3. Install Mbed CLI
38
36
@@ -42,7 +40,7 @@ You can ensure Mbed CLI installed correctly by running `mbed --version`.
42
40
43
41
##### 2. Setup environment
44
42
45
-
After installation is complete, be sure to add any available toolchains to Mbed CLI's global configuration. An example using the ARM compiler.
43
+
After installation is complete, be sure to add any available toolchains to Mbed CLI's global configuration. Below is an example using the ARM compiler:
46
44
47
45
```
48
46
> mbed config -G ARM_PATH <path to ARM bin\>"
@@ -96,9 +94,9 @@ ARM_PATH=<path to ARM bin\>
96
94
97
95
##### 1. Install Python and Pip
98
96
99
-
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/source/) or you can use your distrubution's package manager to instal Python and pip.
97
+
Download and install [Python versions 2.7.11+ or 3.6.5+](https://www.python.org/downloads/source/), or use your distrubution's package manager to install Python and Pip.
100
98
101
-
As an example, the following can be used in Ubuntu:
99
+
As an example, you can use the following in Ubuntu:
0 commit comments