File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Features/fixes can only be added with a pull request. Branches should be named a
18
18
- Feature: ` feature/<short description> `
19
19
20
20
### Required tools
21
- - [ mbed cli ] ( https://os.mbed. com/docs /mbed-os/v6.2/quick-start/build-with-mbed-cli.html )
21
+ - [ mbed-tools ] ( https://github. com/ARMmbed /mbed-tools )
22
22
- [ GNU Arm Embedded Toolchain] ( https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm )
23
23
- Ubuntu/Debian: ` gcc-arm-none-eabi `
24
24
- Brew: ` gcc-arm-embedded `
@@ -30,7 +30,7 @@ Features/fixes can only be added with a pull request. Branches should be named a
30
30
A project's dependencies can be installed by running the following command in the project folder.
31
31
32
32
```
33
- mbed update
33
+ mbed deploy
34
34
```
35
35
36
36
This will produce warnings about not using source control management. These can be safely ignored.
@@ -69,4 +69,4 @@ then the corresponding directory should be added to the `.gitignore` in the proj
69
69
70
70
### All other issues
71
71
72
- For any other issues see the [ mbed cli documentation] ( https://os.mbed.com/docs/mbed-os/v5.15/tools/working-with-mbed-cli.html ) .
72
+ For any other issues see the [ mbed documentation] ( https://os.mbed.com/docs/mbed-os ) .
You can’t perform that action at this time.
0 commit comments