Skip to content

Commit 24031c9

Browse files
committed
Adding a question
1 parent b8db704 commit 24031c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ARM_PATH=<path to ARM bin\>
183183
184184
## After installation - configuring Mbed CLI
185185
186-
Mbed CLI will not work properly without some manual configuration.
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-->
187187
188188
### Mandatory: setting PATH variables
189189
@@ -233,7 +233,7 @@ Mbed CLI detects compilers with specially named environment variables. These env
233233
#### Method 3: system PATH
234234
235235
<!-- vvv (Chris) added this, may need TLC <3 vvv -->
236-
In addition to toolchain-specific environment variables, Mbed CLI detects executables that are in your system `PATH`. This means that if you install a toolchain in the system `PATH` (different for each OS), Mbed CLI will automatically find the toolchain.
236+
In addition to toolchain-specific environment variables, Mbed CLI detects executables that are in your system `PATH`. This means that if you install a toolchain in the system `PATH` (different for each OS), Mbed CLI will automatically find the toolchain.
237237
238238
<!-- (Chris) rm me?
239239
The `mbed compile` command checks your system `PATH` for an executable that the toolchain setting specifies. This is the same check that a shell would perform to find the executable on the command-line. `mbed compile` uses absolute path names for every toolchain except `GCC_ARM`.

0 commit comments

Comments
 (0)