mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Added remove example input
This commit is contained in:
parent
ac561d92ce
commit
0d17bfe25b
@ -78,6 +78,7 @@ Edit the config to your needs and relaunch pluGET.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Execute the `launcher.bat` in the `\pluGET` folder. This will launch pluGET correctly.
|
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:
|
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)
|
(Hint: 'all' can always be exchanged through the plugin name or the plugin id and reverse)
|
||||||
#### Download the latest update of a specific package:
|
#### Download the latest update of a specific package:
|
||||||
@ -104,6 +105,14 @@ update all
|
|||||||
```
|
```
|
||||||
update 'pluginName'
|
update 'pluginName'
|
||||||
```
|
```
|
||||||
|
#### Remove a plugin with the id:
|
||||||
|
```
|
||||||
|
remove 'pluginID'
|
||||||
|
```
|
||||||
|
#### Remove a plugin with the name:
|
||||||
|
```
|
||||||
|
remove 'pluginName'
|
||||||
|
```
|
||||||
#### Exit program:
|
#### Exit program:
|
||||||
```
|
```
|
||||||
exit .
|
exit .
|
||||||
|
Loading…
Reference in New Issue
Block a user