From de58d24c294b4dfad4d10492b67ac39c2c0944cb Mon Sep 17 00:00:00 2001 From: tuxx Date: Sun, 19 May 2024 23:37:49 +0200 Subject: [PATCH] Update README.md Added hyprpm update -f to readme according to bug in #109 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fc3f3b..875675d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,12 @@ To update hy3 (and all other plugins), run hyprpm update ``` +Sometimes the headers from hyprland are not updated, if this happens run (See #109 for an example of where this happened) + +```sh +hyprpm update -f +``` + (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.) > [!WARNING]