Updated README.md. Used cargo to build rust binary.

This commit is contained in:
Andrew Schott 2024-03-06 00:53:06 -06:00
parent 3f31bfc328
commit 72cb9660a8
98 changed files with 276 additions and 2 deletions

View file

@ -1,3 +1,16 @@
# osupdater
#**osupdater**
A bash script and a python GUI to update your packages. This is for my educational purposes of learning python, but also for something useful.
## ABOUT
A bash script and a terminal rust application for figuring out what package manager(s) are present on your system and use them to update your software packages.
There is also an in-development python GUI.
This is for my educational purposes of learning rust and python to do tasks that I have done successfully in either bash or C/C++. Feel free to snatch this up or not.
##**FILES**
|--:--|--:--|
|./osupder|rust binary|
|./osupdater.sh|bash script|
|./assets|png files for the GUI|
|./in-development|folders for the various non-bash working directories|