Skip to content

Commit 464f4c3

Browse files
committed
Update 06-cli-getting-started.md
1 parent 7dc4b7c commit 464f4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/06-cli-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd Documents
2525
```
2626
and press enter. Notice how, after executing this command, the path updates to include the folder name of the folder you just went inside of. This part is super important, and it is also where many make small mistakes that keep anything from working the way it should, but if you pay close attention to what folder you are inside of, you can avoid these mistakes.
2727

28-
![path update](./assets/pathupdate.png)
28+
![Path update](./assets/pathupdate.png)
2929

3030
If you want to go back one step, to the folder you came from, you write this command:
3131

@@ -105,6 +105,6 @@ arduino-cli upload -p COM14 --fqbn arduino:mbed_nano:nano33ble MySketch
105105
```
106106
If everything went as it should, the sketch is now uploading to the board, and once that is done, you've successfully used the Arduino CLI to upload a sketch to your board.
107107

108-
![Compiled sketch statement](./assets/uploaded.png)
108+
![Uploaded sketch](./assets/uploaded.png)
109109

110110
Now that you know how to do this, it might be a good opportunity to take the deep dive in the DIY-spirit, experiment with different workflows and interfaces for the terminal to tailor your Arduino experience to your liking.

0 commit comments

Comments
 (0)