You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ This project implements a basic hello world using Mbed OS Community Edition. Us
4
4
## How to set up this project:
5
5
6
6
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:
9
10
- On the [command line](https://github.com/mbed-ce/mbed-os/wiki/Project-Setup:-Command-Line)
10
11
- Using the [CLion IDE](https://github.com/mbed-ce/mbed-os/wiki/Project-Setup:-CLion)
11
12
- 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