diff --git a/README.md b/README.md index ddbcf18..1842e7f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayl # emerge --ask gui-apps/hyprshot ``` +### Fedora +As of Fedora 43, hyprshot can be installed from the [Hyprland COPR Repository](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) +```bash +# enable the COPR if you have not already +sudo dnf copr enable solopasha/hyprland + +# install hyprshot via DNF +sudo dnf install hyprshot +``` + ### Dependencies - hyprland (this one should be obvious)