Skip to content

Commit 4a979d7

Browse files
authored
README: Correct the instructions for deployment (#36)
1 parent ce9512b commit 4a979d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This example shows how to achieve memory optimizations in Mbed OS. Starting with
66
You can build this project with all supported [Mbed OS build tools](https://os.mbed.com/docs/mbed-os/latest/tools/index.html). However, this example project specifically refers to the command-line interface tool [Arm Mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).
77

88
1. Install Mbed CLI.
9-
1. Clone this repository on your system.
10-
1. Change the current directory to where the project was cloned.
9+
1. From the command-line, import the example: `mbed import mbed-os-example-blinky-baremetal`
10+
1. Change the current directory to where the project was imported.
1111

1212
## Application functionality
1313

0 commit comments

Comments
 (0)