Skip to content

Commit 7cbbc49

Browse files
authored
Merge pull request #706 from arduino/sebromero/upython-fix
Remove exe suffix for macOS commands
2 parents 3d05bdf + 76a6062 commit 7cbbc49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/tutorials/generic/micropython-installation/micropython-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ The file you will need to access can be found in
105105
```
106106
Users/{your-user}/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2
107107
```
108-
the file you are after is `bossac.exe`
108+
the file you are after is `bossac`
109109

110110
***Note: The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories.***
111111

112-
Open a terminal window and drag and drop the bossac.exe file into the terminal window.
112+
Open a terminal window and drag and drop the bossac file into the terminal window.
113113

114114
Now, you should be able to execute the command that will flash your board with the MicroPython firmware.
115115

@@ -185,11 +185,11 @@ The file you will need to access can be found in
185185
```
186186
Users/{your-user}/Library/Arduino15/packages/arduino/tools/dfu-util/0.10.0-arduino1/dfu-util
187187
```
188-
the file you are after is `dfu-util.exe`
188+
the file you are after is `dfu-util`
189189

190190
***Note: The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories.***
191191

192-
Open a terminal window and drag and drop the dfu-util.exe file into the terminal window.
192+
Open a terminal window and drag and drop the dfu-util file into the terminal window.
193193

194194
Now, you should be able to execute the command that will flash your board with the MicroPython firmware.
195195

0 commit comments

Comments
 (0)