Skip to content

Commit

Permalink
Update INSTALL.md with correct msys2 binutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
lhearachel authored Jan 28, 2024
1 parent 0cc483b commit daadf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You now have the choice between two different environments to use to build the p
3. Reopen an MSYS terminal (pink icon) and enter the following command to install the necessary packages:
```
pacman -S git meson gcc arm-none-eabi-binutils
pacman -S git meson gcc mingw-w64-x86_64-arm-none-eabi-binutils
```
Press 'Y' when prompted to confirm the installation.
Expand Down

0 comments on commit daadf83

Please sign in to comment.