From 560151f9e6dbde49043074a2111d9c9c6c4c7a05 Mon Sep 17 00:00:00 2001 From: shpurk Date: Fri, 21 Feb 2020 14:06:41 -0700 Subject: [PATCH] Update instructions to include necesarry dependencies --- keyboards/system76/uglydense/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/system76/uglydense/README.md b/keyboards/system76/uglydense/README.md index 40669719931..f82ca8eb455 100644 --- a/keyboards/system76/uglydense/README.md +++ b/keyboards/system76/uglydense/README.md @@ -1,7 +1,7 @@ ## Flashing firmware: * Clone this repository and `cd` into the `qmk_firmware` directory. * After cloning, you probably need to run `make git-submodule`. - - You may also need to install dependencies: `sudo apt install avrdude gcc-avr` + - You may also need to install dependencies: `sudo apt install avrdude gcc-avr avr-libc` * To build the firmware without flashing the keyboard, use `make (keyboard name):(layout name)` - For example, if I want to build Levi's layout for the uglydense keyboard, I will run: `make system76/uglydense:levi`