diff --git a/src/setup/LINUX.md b/src/setup/LINUX.md index 96769ca..7ce0739 100644 --- a/src/setup/LINUX.md +++ b/src/setup/LINUX.md @@ -9,7 +9,7 @@ Here are the installation commands for a few Linux distributions. ``` shell $ sudo apt-get install \ gcc-arm-none-eabi \ - gdb-arm-none-eabi \ + gdb-multiarch \ minicom \ openocd ```