Skip to content

Commit f184c8a

Browse files
committed
Further documentation refinement
1 parent 4d79ccc commit f184c8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ $ cd mbed-os
7272
$ mbed update master # updates "mbed-os", not "my-program"
7373
```
7474

75+
Also note *mbed CLI* requires that the root of your program is under version control (either Git or Mercurial), which makes it possible to seamlessly switch between revisions the whole program and its libraries/dependencies, synchronize the program with remote repositories; share it with others, and much more. Version control is also the primary/preferred delivery mechanism for mbed OS source code, which allows anyone to contribute back to the OS at any time.
76+
7577
*mbed CLI* provides list of all available commnads and global help via `mbed --help`, and also command-specific help via `--help` param to the command, e.g. `mbed update --help`.
7678

7779
### Creating and importing programs
@@ -122,7 +124,7 @@ $ mbed import https://developer.mbed.org/teams/Morpheus/code/mbed-Client-Morpheu
122124
$ cd mbed-Client-Morpheus-from-source
123125
```
124126

125-
<span class="notes">**Note**:Asome of the repositories that *mbed-cli* will clone might require special access (Mercurial will ask you for your credentials if that's the case). If you don't have access, e-mail [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]) with your developer.mbed.org account name.</span>
127+
<span class="notes">**Note**: Some of the repositories that *mbed-cli* will clone might require special access (Mercurial will ask you for your credentials if that's the case). If you don't have access, e-mail [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]) with your developer.mbed.org account name.</span>
126128

127129
### Adding and removing libraries
128130

0 commit comments

Comments
 (0)