Changed order of commands

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

View File

@ -29,16 +29,15 @@ Edit the config to your needs and rerun it.
**Now you are good to go!** **Now you are good to go!**
## Usage ## Usage
Run programm.
The following are examples for the general usage: The following are examples 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:
``` ```
get 'pluginName' get 'pluginID'
``` ```
or: or:
``` ```
get 'pluginID' get 'pluginName'
``` ```
#### Check all installed plugins for updates: #### Check all installed plugins for updates:
``` ```