From cbe76aafacd1af45487382ed4df8c60494b21e2e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 28 Feb 2022 09:18:21 -0700 Subject: [PATCH] fix .sh typo --- keyboards/system76/launch_1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/system76/launch_1/README.md b/keyboards/system76/launch_1/README.md index 4c286643d1c9..10ed621750f6 100644 --- a/keyboards/system76/launch_1/README.md +++ b/keyboards/system76/launch_1/README.md @@ -1,6 +1,6 @@ ## Flashing firmware: * Clone this repository and `cd` into the `qmk_firmware` directory. -* After cloning, you probably need to run `make git-submodule` as well as `./util/qmk_install`. +* After cloning, you probably need to run `make git-submodule` as well as `./util/qmk_install.sh`. - 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 you want to build the `default` layout for the Launch keyboard, run: