Skip to content

Commit 0e92b9b

Browse files
author
Jamie Smith
authored
Add note about updating submodule
1 parent 886e931 commit 0e92b9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This project implements a basic hello world using Mbed OS Community Edition. Us
44
## How to set up this project:
55

66
1. Clone it to your machine. Don't forget to use `--recursive` to clone the submodules: `git clone --recursive https://github.com/mbed-ce/mbed-ce-hello-world.git`
7-
2. Set up the GNU ARM toolchain (and other programs) on your machine using [the toolchain setup guide](https://github.com/mbed-ce/mbed-os/wiki/Toolchain-Setup-Guide).
8-
3. Set up the CMake project for editing. We have three ways to do this:
7+
2. You may want to update the mbed-os submodule to the latest version, with `cd mbed-os && git pull origin master`
8+
3. Set up the GNU ARM toolchain (and other programs) on your machine using [the toolchain setup guide](https://github.com/mbed-ce/mbed-os/wiki/Toolchain-Setup-Guide).
9+
4. Set up the CMake project for editing. We have three ways to do this:
910
- On the [command line](https://github.com/mbed-ce/mbed-os/wiki/Project-Setup:-Command-Line)
1011
- Using the [CLion IDE](https://github.com/mbed-ce/mbed-os/wiki/Project-Setup:-CLion)
1112
- Using the [VS Code IDE](https://github.com/mbed-ce/mbed-os/wiki/Project-Setup:-VS-Code)
12-
4. Build the `flash-HelloWorld` target to upload the code to a connected device.
13+
5. Build the `flash-HelloWorld` target to upload the code to a connected device.

0 commit comments

Comments
 (0)