diff options
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 7a219344..5c87d2e8 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -24,7 +24,7 @@ following commands: ``` sudo apt-get update -sudo apt-get install libncurses-dev +sudo apt-get install libncurses-dev libusb-dev sudo apt-get install avrdude gcc-avr binutils-avr avr-libc # AVR toolchain sudo apt-get install bossa-cli libnewlib-arm-none-eabi # ARM toolchain ``` |