From c24a0acea102e511b9e7c769146b1eaf780cb8d0 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 19 Mar 2024 17:53:11 -0400 Subject: [PATCH] Split out plugin upload script --- docs/I2P-PLUGIN.md | 12 ++++++++++++ plugin-upload.sh | 0 2 files changed, 12 insertions(+) create mode 100644 plugin-upload.sh diff --git a/docs/I2P-PLUGIN.md b/docs/I2P-PLUGIN.md index e69de29..0dbc48f 100644 --- a/docs/I2P-PLUGIN.md +++ b/docs/I2P-PLUGIN.md @@ -0,0 +1,12 @@ +### I2P Plugin Support + +Since version `1.5.0`, this package has had basic plugin support in Java I2P. +This means it can be integrated with your I2P installation or portable package, with +the benefit of reduced size requirements, automatic updates, and integration with the I2P UI. +Installation in this way is **platform-independent**, the same package is used for Linux, Windows, and OSX. +In this type of installation, the profile manager install is entirely managed by I2P. +Uninstalling I2P will also uninstall the profile manager. + +#### Downloading the Plugin + +Right now, the best way to download the plugin is from the Github releases page. diff --git a/plugin-upload.sh b/plugin-upload.sh new file mode 100644 index 0000000..e69de29