Little overall changes

- Changed 'dir' cmd to 'ls'
- Added a version check skip
- Changed the logo color
- Updated README.md
This commit is contained in:
netbenix 2020-08-13 14:34:51 +02:00
parent 94c62f3d6b
commit 023dcf2d3e
4 changed files with 41 additions and 24 deletions

View file

@ -8,7 +8,7 @@ Tested on: *Ubuntu, Debian, Arch*
Used libs for Linux: *gtk+3.0, libmysqlclient*
Version: *0.2.2*
Version: *0.2.3*
## Features:
- A help page (OMG!!!)
@ -22,7 +22,7 @@ Install packages:
- Ubuntu: ```sudo apt-get install make gcc git libgtk-3-dev libmysqlclient-dev```
- Debian: ```sudo apt-get install make gcc git libgtk-3-dev libmariadbclient-dev libmariadb-dev-compat```
- Arch: ```sudo pacman -S make gcc git gtk3 mariadb-libs```
- Arch: ```sudo pacman -S make gcc git gtk3 mariadb-libs pkgconf```
Clone repository: ```git clone https://github.com/netbenix/netbenixCMD.git```
@ -36,10 +36,11 @@ After building use ```./netbenixCMD``` to start the program
If you want to use the testing arguments use ```./netbenixCMD <argument>```
## Arguments
- ```--help``` => Displays all arguments
- ```--gtk-test``` => Opens the GTK Test Window
- ```--sql-test``` => Makes a test connection to a mysql server
- ```--sys-info``` => Gives you information about your system
- ```--help``` => Displays all arguments
- ```--gtk-test``` => Opens the GTK Test Window
- ```--sql-test``` => Makes a test connection to a mysql server
- ```--sys-info``` => Gives you information about your system
- ```--no-version-check``` => Skips the client version check
## Known Bugs
- ```sql-test``` sha-256 passwords not working on Debian