Skip to content

Commit 07a9a43

Browse files
author
Amanda Butler
authored
Edit updates to cli-create.md
Edit file, mostly for active voice and formatting.
1 parent 6519da9 commit 07a9a43

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/tools/CLI/cli-create.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,13 @@ $ mbed new mbed-classic-program --mbedlib
8181
You can create plain (empty) programs, without either Mbed OS 5 or Mbed OS 2, by using the `--create-only` option.
8282

8383
### Managing multiple Mbed projects
84-
By default there is a copy of mbed-os checked-out into each of your active mbed project directories.
85-
The configuration option ```MBED_OS_DIR``` allows you to create multiple mbed projects and use the same Mbed OS library directory for each of these projects.
86-
The ```MBED_OS_DIR``` configuration option should be set as an absolute path to a directory containing an implementation of mbed-os.
84+
85+
By default, a copy of `mbed-os` is checked out into each of your active Mbed project directories.
86+
87+
The configuration option `MBED_OS_DIR` allows you to create multiple Mbed projects and use the same Mbed OS library directory for each of these projects.
88+
89+
Set the `MBED_OS_DIR` configuration option as an absolute path to a directory containing an implementation of `mbed-os`.
90+
8791
The following commands illustrate this:
8892

8993
```

0 commit comments

Comments
 (0)