From 2f4b8287d45428ebb92df0f5bbbc46e58e63843a Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Thu, 14 Mar 2024 22:04:45 +0100 Subject: [PATCH] Fix docu Signed-off-by: Vitalii Koshura --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c8bfdf..aee982c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before running the command, you need to start `cmd` as an administrator, then na python.exe raccoon2_boinc_installer.py install ``` -where `MGLTOOLS_FOLDER` is the folder where MGLTools is installed and `PATH_TO_PLUGIN` is the path to the this folder. +where `MGLTOOLS_FOLDER` is the folder where MGLTools is installed. ## Uninstallation @@ -43,9 +43,9 @@ Then you can use the following command: ### Windows: Before running the command, you need to start `cmd` as an administrator, then navigate to the `MGLTOOLS_FOLDER` folder. - + ```bash python.exe raccoon2_boinc_installer.py uninstall ``` -where `MGLTOOLS_FOLDER` is the folder where MGLTools is installed and `PATH_TO_PLUGIN` is the path to the this folder. +where `MGLTOOLS_FOLDER` is the folder where MGLTools is installed.