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
<spanclass="notes">**Note**: If you want to start from an existing folder in your workspace, you can simply use `mbed new .`, which will initialize an mbed program and also initialize a new Git or Mercurial repository in that folder. You can control which source control management is used or prevent source control management initialization via `--scm [name|none]` option.</span>
@@ -393,7 +390,7 @@ After importing a program or creating a new one, you need to tell *mbed CLI* whe
393
390
394
391
#### Compiling your program
395
392
396
-
Use the `compile` command to compile your code:
393
+
Use the `mbed compile` command to compile your code:
397
394
398
395
```
399
396
$ mbed compile -t ARM -m K64F
@@ -543,7 +540,7 @@ A `.uvproj` file is created in the projectfiles/uvision folder. You can open the
543
540
544
541
### Testing
545
542
546
-
Use the `test` command to compile and run tests:
543
+
Use the `mbed test` command to compile and run tests:
0 commit comments