Updated README.md

This commit is contained in:
Sayantan Santra 2022-12-18 17:16:24 -06:00
parent 5b2674baa3
commit 62efbb0aff
1 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,10 @@
This is a repository for my personal [LURE](https://github.com/Arsen6331/lure) build scripts. Of course, anyone else is welcome to use these.
These are written for RPM-based distros (I'm testing on AlmaLinux 9), but should work with most other distros as well.
These are written for RPM-based distros (I'm testing on AlmaLinux 9), but should work with most other distros as well.
## Notes
- Most of the scripts here are not what you'd usually expect in the sense that they don't have a hardcoded version. Since this is mostly for personal use, I wrote these so that they update to the latest version automatically. Otherwise, it just defeats the purpose. \
That said, for this very reason, some of the installers may break from time to time. If they do, do not hesitate to open an issue.
- Since these don't have a hardcoded version (instead, they have a placeholder `VERSION`), the `lure up` command does not detect their updates. \
To get them updated, it's recommended that you either update them manually using `lure up <package>` or use my [update script](https://github.com/SinTan1729/random/blob/main/lure-update.sh).