Renamed 'os_info' to 'sys_info'

This commit is contained in:
netbenixcn 2020-06-03 09:05:07 +02:00
parent e9b8368830
commit acf771ed1d
7 changed files with 17 additions and 17 deletions

View file

@ -11,7 +11,8 @@ Version: *0.1.0*
## Features:
- A help page (OMG!!!)
- A little GTK Test
- Can detect if you're using linux or Windows and tell the Architecture you're running on
- Can detect if you're using linux or not and tell the Architecture you're running on
- Can give you a bit of information about your CPU (but just a little bit)
## Building:
Install packages: make, gtk3, libgtk-3-dev, gcc, mysql
@ -29,4 +30,4 @@ After building use ```./netbenixCMD <argument>``` to start the program
- ```--help``` => Displays all arguments
- ```--gtk-test``` => Opens the GTK Test Window
- ```--sql-test``` => Makes a test connection to a mysql server
- ```--os-info``` => Outputs your OS Information
- ```--sys-info``` => Gives you information about your system