Skip to content

Commit

Permalink
Update newbs_getting_started.md
Browse files Browse the repository at this point in the history
+ Added Instruction to enable the copr for dfu-programmer on Fedora
  • Loading branch information
ShaikaJar authored Jan 21, 2024
1 parent 1522695 commit c8dc73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/newbs_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c8dc73b

Please sign in to comment.