Updated README.md
This commit is contained in:
parent
311027d320
commit
1bfc571a51
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Install packages:
|
||||||
- Debian: ```sudo apt-get install make gcc git libgtk-3-dev libmariadbclient-dev libmariadb-dev-compat```
|
- 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```
|
||||||
|
|
||||||
Clone Repositroy: ```git clone https://github.com/netbenix/netbenixCMD.git```
|
Clone repository: ```git clone https://github.com/netbenix/netbenixCMD.git```
|
||||||
|
|
||||||
Go into the cloned directory: ```cd netbenixCMD```
|
Go into the cloned directory: ```cd netbenixCMD```
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ Build program: ```make```
|
||||||
## Usage
|
## Usage
|
||||||
After building use ```./netbenixCMD``` to start the program
|
After building use ```./netbenixCMD``` to start the program
|
||||||
|
|
||||||
If you want to use the testing Arguments use ```./netbenixCMD <argument>```
|
If you want to use the testing arguments use ```./netbenixCMD <argument>```
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
- ```--help``` => Displays all arguments
|
- ```--help``` => Displays all arguments
|
||||||
|
|
|
||||||
Reference in a new issue