From 9b73ceaea4f3aeea231b72a3fc2d36a505ca6ea6 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Mon, 7 Oct 2024 11:46:12 -0500 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebcb3a0..1d29fb7 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Take note that currently, all the used update tools' parameters are hard coded. ## v1.0 REQUIREMENTS Prior to releasing a v1.0, I will need the following features for the CLI version (GUI version will need not exist, but is on the roadmap) -* -[x] The smarts to not run an old version of a tool if a newer is purposefully installed. This is specifically aimed at dnf/dnf5 -* -[x] CLI flags to pick and choose what to update and what to skip -* -[ ] Proper logging -- this means a datestamped file for each tool run plopped into /var/log/ -* -[ ] Stock parameters to be pulled from /etc/osupdater.conf or ~/.config/osupdater/osupdater.conf +* [x] The smarts to not run an old version of a tool if a newer is purposefully installed. This is specifically aimed at dnf/dnf5 +* [x] CLI flags to pick and choose what to update and what to skip +* [ ] Proper logging -- this means a datestamped file for each tool run plopped into /var/log/ +* [ ] Stock parameters to be pulled from /etc/osupdater.conf or ~/.config/osupdater/osupdater.conf ## THE ROADMAP : v1.1 AND BEYOND