Skip to content

Commit ede1f6a

Browse files
author
Amanda Butler
authored
Copy edit quick-start-cli.md
Copy edit for minor grammar nits and typos.
1 parent ca5416d commit ede1f6a

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/tutorials/quickstart/quick-start-cli.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,29 @@ The setup process for Arm Mbed CLI depends on your operating system. Please choo
88

99
#### Windows
1010

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.
1212

13-
##### Method A: Prebuilt Installer
14-
15-
###### Mbed CLI Installer
13+
##### Prebuilt Mbed CLI installer
1614

1715
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).
1816

1917
You can ensure Mbed CLI installed correctly by running `mbed help` from your command-line.
2018

2119
<span class="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>
2220

23-
#### Method B: Manual Installation
21+
#### Manual installation
2422

2523
###### 1. Download and install Python and Pip
2624

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.
2826

29-
<span class="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+
<span class="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>
3028

3129
###### 2. Install a compiler
3230

3331
Download and install a compiler.
3432

35-
<span class="notes">**Note:** To download the latest toolchains, visit the [supported compilers page](/docs/latest/tools/index.html#compiler-versions).</span>
33+
<span class="notes">**Note:** To download the latest toolchains, visit the [supported compilers page](/docs/development/tools/index.html#compiler-versions).</span>
3634

3735
###### 3. Install Mbed CLI
3836

@@ -42,7 +40,7 @@ You can ensure Mbed CLI installed correctly by running `mbed --version`.
4240

4341
##### 2. Setup environment
4442

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:
4644

4745
```
4846
> mbed config -G ARM_PATH <path to ARM bin\>"
@@ -96,9 +94,9 @@ ARM_PATH=<path to ARM bin\>
9694

9795
##### 1. Install Python and Pip
9896

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.
10098

101-
As an example, the following can be used in Ubuntu:
99+
As an example, you can use the following in Ubuntu:
102100

103101
```console
104102
$ sudo apt-get install python2.7 python-pip

0 commit comments

Comments
 (0)