Added remove example input

This commit is contained in:
Neocky 2021-03-12 01:44:39 +01:00 committed by GitHub
parent ac561d92ce
commit 0d17bfe25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ Edit the config to your needs and relaunch pluGET.
## Usage
Execute the `launcher.bat` in the `\pluGET` folder. This will launch pluGET correctly.
Another way is to launch the `src\__main__.py` file.
The following are examples of input for the general usage:
(Hint: 'all' can always be exchanged through the plugin name or the plugin id and reverse)
#### Download the latest update of a specific package:
@ -104,6 +105,14 @@ update all
```
update 'pluginName'
```
#### Remove a plugin with the id:
```
remove 'pluginID'
```
#### Remove a plugin with the name:
```
remove 'pluginName'
```
#### Exit program:
```
exit .