From c8dc73bd88d4249326c12cb28469bb5a991fa9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20Umh=C3=B6fer?= <43553211+ShaikaJar@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:00:22 +0100 Subject: [PATCH] Update newbs_getting_started.md + Added Instruction to enable the copr for dfu-programmer on Fedora --- docs/newbs_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 68e37679b80b..310f0bdf108d 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -73,7 +73,7 @@ Install the QMK CLI by running: You will need to install Git and Python. It's very likely that you already have both, but if not, one of the following commands should install them: * Debian / Ubuntu / Devuan: `sudo apt install -y git python3-pip` -* Fedora / Red Hat / CentOS: `sudo yum -y install git python3-pip` +* Fedora / Red Hat / CentOS: `sudo yum -y install git python3-pip && sudo dnf copr enable erovia/dfu-programmer` * Arch / Manjaro: `sudo pacman --needed --noconfirm -S git python-pip libffi` * Void: `sudo xbps-install -y git python3-pip` * Solus: `sudo eopkg -y install git python3`