Skip to content

Commit 70e1e51

Browse files
authored
Merge pull request #336 from iriark01/patch-5
Adding Austin's quick start video
2 parents e9dbe09 + 6d72579 commit 70e1e51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ To uninstall mbed CLI, simply run:
105105
pip uninstall mbed-cli
106106
```
107107

108-
## Before you begin: understanding the working context and program root
108+
## Quicks start video
109+
110+
<span class="images">[![Video tutorial](http://img.youtube.com/vi/PI1Kq9RSN_Y/0.jpg)](https://www.youtube.com/watch?v=PI1Kq9RSN_Y)</span>
109111

112+
## Before you begin: understanding the working context and program root
110113

111114
mbed CLI uses the current directory as a working context, in a similar way to Git, Mercurial and many other command-line tools. This means that before calling any mbed CLI command, you must first change to the directory containing the code you want to act on. For example, if you want to update the mbed OS sources in your ``mbed-example-program`` directory:
112115

0 commit comments

Comments
 (0)