From bba33176a7959a69ab1006f9763e52c86b0257e1 Mon Sep 17 00:00:00 2001 From: Neocky Date: Mon, 8 Mar 2021 22:26:44 +0100 Subject: [PATCH] Added config and new functions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edbec2a..d6ce8f4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Execute this command in the ```/plugGET``` folder: 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 Run programm. The following are examples for the general usage: @@ -51,4 +56,11 @@ update all ``` update 'pluginName' ``` - +#### Exit program: +``` +exit . +``` +#### Get link to here: +``` +help . +```