Skip to content

Commit 6d72579

Browse files
authored
Adding Austin's quick start video
Sorry, my bad
1 parent e9dbe09 commit 6d72579

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)