mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Added usage doc
This commit is contained in:
parent
4c5e3b9235
commit
ee6d24a3a2
32
README.md
32
README.md
@ -18,7 +18,37 @@ Python needs to be installed on your machine.
|
||||
Get it [here](https://www.python.org/downloads/).
|
||||
### Needed packages
|
||||
Install the needed packages for this project.
|
||||
Execute this command in the /plugGET folder:
|
||||
Execute this command in the ```/plugGET``` folder:
|
||||
```python
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Usage
|
||||
Run programm.
|
||||
The following are examples for the general usage:
|
||||
(Hint: 'all' can always be exchanged through the plugin name or the plugin id and reverse)
|
||||
#### Download latest update of specific package:
|
||||
```
|
||||
get 'pluginName'
|
||||
```
|
||||
or:
|
||||
```
|
||||
get 'pluginID'
|
||||
```
|
||||
#### Check all installed plugins for updates:
|
||||
```
|
||||
check all
|
||||
```
|
||||
#### Check one plugin for updates:
|
||||
```
|
||||
check 'pluginName'
|
||||
```
|
||||
#### Update all installed plugins:
|
||||
```
|
||||
update all
|
||||
```
|
||||
#### Update only one plugin:
|
||||
```
|
||||
update 'pluginName'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user