From 6e980a15807afd42b8cd69a7799dc41b155b3433 Mon Sep 17 00:00:00 2001 From: Neocky Date: Mon, 12 Apr 2021 23:26:12 +0200 Subject: [PATCH] Fixed typo & added part about security warning --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b03ce..2dacc95 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ py -m pip install -r requirements.txt ### Edit the Config -When run the first time, the `config.ini` file will be created in the `\src`folder and the program will close. +When run the first time, the `config.ini` file will be created in the `\src` folder and the program will close. Edit the config to your needs and relaunch pluGET. **Now you are good to go!** @@ -112,6 +112,10 @@ Edit the config to your needs and relaunch pluGET. ### Windows: Execute the `launcher.bat` in the `\pluGET` folder. This will launch pluGET correctly. +Sometimes the security warning `Windows protected your PC` comes when launching the `launcher.bat` file. +This is a normal behaviour from the windows defender because this is a unknown `.bat` file. +To run the `launcher.bat` anyway, click `More Info` and then `Run anyway` when the message pops up. + ### Linux: Use `cd` to change into the `/pluGET` directory and change the permission of the `launcher.sh` to make it executeable: ```