diff --git a/README.md b/README.md index 585f214..4802103 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,6 @@ On Arch Linux this can be installed with the following sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib ``` -On Debian or Ubuntu one can use the following command -``` -sudo apt-get install gcc-arm-none-eabi -``` - Clone source code and compile ``` git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk @@ -47,11 +42,6 @@ On Arch Linux one can use the following command to install openocd sudo pacman -S openocd ``` -On Debian or Ubuntu one can use the following command -``` -sudo apt-get install openocd -``` - Now create a file called stm32f103.cfg with the following content ``` telnet_port 4444