Skip to content

Commit 8ce9fce

Browse files
committed
fix correct folders name in tutorial
1 parent 340ca17 commit 8ce9fce

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/04.update-image

1 file changed

+2
-2
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ As the tool is run from the command line with specific flags (explained further
6363

6464
#### Windows
6565

66-
Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-darwin-arm64`), and run the following command:
66+
Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-windows-amd64`), and run the following command:
6767

6868
```
6969
arduino-flasher-cli
@@ -77,7 +77,7 @@ This means it is working, and we can proceed to [preparing the hardware](#prepar
7777

7878
#### Linux
7979

80-
Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-darwin-arm64`), and run the following command:
80+
Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-linux-amd64`), and run the following command:
8181

8282
```
8383
./arduino-flasher-cli

0 commit comments

Comments
 (0)