From e4c8db44400b5038cfbc15a1f6d493c9ca354760 Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 31 Aug 2022 23:11:52 +0530 Subject: [PATCH] Applying updates when installed from workspace --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 994509f..d64d25b 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,17 @@ A plugin manager for the game - [Bombsquad](https://www.froemling.net/apps/bombs ## Installation -- Either download [plugin_manager.py](https://raw.githubusercontent.com/bombsquad-community/plugin-manager/main/plugin_manager.py) - to your mods directory (check it out by going into your game's Settings -> Advanced -> Show Mods Folder) or directly add - it to your workspace! +There are two different ways the plugin manager can be installed through: +1. Download [plugin_manager.py](https://raw.githubusercontent.com/bombsquad-community/plugin-manager/main/plugin_manager.py) + to your mods directory (check it out by going into your game's Settings -> Advanced -> Show Mods Folder). This is the + recommended way (see below). + +2. A not recommended method is to add + [plugin_manager.py](https://raw.githubusercontent.com/bombsquad-community/plugin-manager/main/plugin_manager.py) + to your workspace. However, plugin manager self-updates will fail when installed it's get installed from workspace + since the game will overrwrite the update with the older version that's on workspace on the next sync up. However, you can + manually apply updates by copying the latest plugin manager's source code again to your workspace when this method. ## Contributing