mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Added config and new functions
This commit is contained in:
parent
53ae3b5a64
commit
bba33176a7
14
README.md
14
README.md
@ -23,6 +23,11 @@ Execute this command in the ```/plugGET``` folder:
|
|||||||
pip install -r requirements.txt
|
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
|
## Usage
|
||||||
Run programm.
|
Run programm.
|
||||||
The following are examples for the general usage:
|
The following are examples for the general usage:
|
||||||
@ -51,4 +56,11 @@ update all
|
|||||||
```
|
```
|
||||||
update 'pluginName'
|
update 'pluginName'
|
||||||
```
|
```
|
||||||
|
#### Exit program:
|
||||||
|
```
|
||||||
|
exit .
|
||||||
|
```
|
||||||
|
#### Get link to here:
|
||||||
|
```
|
||||||
|
help .
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user