From 0ee4dc49421a319524065133967f8bb1c1ba6f98 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Tue, 2 Jul 2024 04:20:12 -0500 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8aa2032..97bbbb6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A terminal rust application for figuring out what package manager(s) are present This is for my educational purposes of learning rust to do tasks that I have done successfully in either bash or C/C++. Feel free to snatch this up or not. +Take note that currently, all the used update tools' parameters are hard coded. Down the line, I will incorporate a config file that will have these hardcoded settings as the defaults. Until then, to change said parameters, you _will_ need to edit the source. + ## **FILES** | File | Function |