diff --git a/src/03-setup/linux.md b/src/03-setup/linux.md index 63a40e781..27ac4f9c4 100644 --- a/src/03-setup/linux.md +++ b/src/03-setup/linux.md @@ -60,17 +60,8 @@ $ sudo dnf install \ ``` console $ sudo pacman -S \ arm-none-eabi-gdb \ - minicom -``` - -`openocd` is not available in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows: - -``` console -git clone git://git.code.sf.net/p/openocd/code openocd-code -cd openocd-code -./bootstrap -./configure -make && make install + minicom \ + openocd ``` ### Other distros