We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c4b6e commit 2129dc3Copy full SHA for 2129dc3
docs/installation.md
@@ -12,6 +12,6 @@ To build we use [task](https://taskfile.dev/) for simplicity. From the sources r
12
task dist:<OS>_<ARCH>
13
```
14
15
-Where <OS> could be one of: `macOS`,`Windows`,`Linux`. And <ARCH>: `32bit`, `64bit`, `ARM` or `ARM64`
+Where <OS> could be one of: `macOS`,`Windows`,`Linux`. And <ARCH>: `32bit`, `64bit`, `ARMv6`, `ARMv7` or `ARM64`
16
17
This will create the `arduino-fwuploader` executable.
0 commit comments