Skip to content

Commit 636a4e1

Browse files
committed
CLI comment
1 parent 3d820db commit 636a4e1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/tools/CLI/cli-setup/cli-reqs.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Download and run the [Mbed CLI Windows .exe installer](https://github.com/ARMmbe
1010

1111
You can verify Mbed CLI installed correctly by running `mbed help` from your command-line.
1212

13+
<span class="tips">**Tip:** Mbed CLI may not work properly without [some manual configuration of compiler, Git and Mercurial paths](#after-installation-configuring-mbed-cli).</span>
14+
1315
### Manual installation
1416

1517
#### 1. Download and install prerequisites
@@ -64,6 +66,8 @@ We recommend installing Mbed CLI with our installer. If you need more customizat
6466

6567
Download and run the [macOS installer for Mbed CLI](https://github.com/ARMmbed/mbed-cli-osx-installer/releases/latest).
6668

69+
<span class="tips">**Tip:** Mbed CLI may not work properly without [some manual configuration of compiler, Git and Mercurial paths](#after-installation-configuring-mbed-cli).</span>
70+
6771
### Manual installation
6872

6973

@@ -118,6 +122,9 @@ ARM_PATH=<path to ARM bin\>
118122

119123
<span class="notes">**Note:** You can also apply the same configuration to the IAR and GNU toolchains using `IAR_PATH` or `GCC_ARM_PATH`.</span>
120124

125+
<span class="tips">**Tip:** Mbed CLI may not work properly without [some manual configuration of compiler, Git and Mercurial paths](#after-installation-configuring-mbed-cli).</span>
126+
127+
121128
## Linux
122129

123130

@@ -183,7 +190,7 @@ ARM_PATH=<path to ARM bin\>
183190
184191
## After installation - configuring Mbed CLI
185192
186-
Mbed CLI will not work properly without some manual configuration.<!--I'm still trying to understand whether this is true for people who use the compilers, or only for people who do manual installations. If the answer is that everyone needs it, then we need to link to this from all the installer bits.-->
193+
Mbed CLI may not work properly without some manual configuration.
187194
188195
### Mandatory: setting PATH variables
189196

0 commit comments

Comments
 (0)