Update README.md

Added hyprpm update -f to readme according to bug in #109
This commit is contained in:
tuxx 2024-05-19 23:37:49 +02:00 committed by GitHub
parent 400930e039
commit de58d24c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,6 +136,12 @@ To update hy3 (and all other plugins), run
hyprpm update 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.) (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.)
> [!WARNING] > [!WARNING]