Skip to content

Commit 320213d

Browse files
Use "mbed deploy" instead of "mbed update"
The user has just cloned the latest version of the project, so suggesting "mbed update" is confusing as there is nothing to update. We are using the update to gather all the dependencies, and "mbed deploy" is a better command to do this.
1 parent 478bd71 commit 320213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ __To build an example:__
106106
1. Update the source tree:
107107

108108
```
109-
mbed update
109+
mbed deploy
110110
```
111111

112112
1. Run the build:

0 commit comments

Comments
 (0)