From de58d24c294b4dfad4d10492b67ac39c2c0944cb Mon Sep 17 00:00:00 2001 From: tuxx Date: Sun, 19 May 2024 23:37:49 +0200 Subject: [PATCH 1/2] 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] From c9405564c880a0e6cef0e6413fb175812c85fa8e Mon Sep 17 00:00:00 2001 From: tuxx Date: Sun, 19 May 2024 23:39:08 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875675d..0f86850 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ 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) +Sometimes the headers from hyprland are not updated, if this happens run (See [issue #109](https://github.com/outfoxxed/hy3/issues/109) for an example of where this happened) ```sh hyprpm update -f