docs: update README.md (#2564)

minor fix
This commit is contained in:
Ikko Eltociear Ashimine
2025-01-23 22:42:52 +09:00
committed by GitHub
parent 5572d1817e
commit 69685d0fb5

View File

@@ -150,7 +150,7 @@ pacman -S --needed git base-devel yay
- **I know my `-git` package has updates but yay doesn't offer to update it**
Yay uses an hash cache for development packages. Normally it is updated at the end of the package install with the message `Found git repo`.
Yay uses a hash cache for development packages. Normally it is updated at the end of the package install with the message `Found git repo`.
If you transition between aur helpers and did not install the devel package using yay at some point, it is possible it never got added to the cache. `yay -Y --gendb` will fix the current version of every devel package and start checking from there.
- **I want to help out!**