Added config and new functions

This commit is contained in:
Neocky 2021-03-08 22:26:44 +01:00 committed by GitHub
parent 53ae3b5a64
commit bba33176a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,11 @@ Execute this command in the ```/plugGET``` folder:
pip install -r requirements.txt
```
### Edit the Config
When run the first time, the config will be created in the root package folder and the program will close.
Edit the config to your needs and rerun it.
**Now you are good to go!**
## Usage
Run programm.
The following are examples for the general usage:
@ -51,4 +56,11 @@ update all
```
update 'pluginName'
```
#### Exit program:
```
exit .
```
#### Get link to here:
```
help .
```