From 796dc1b544edcfe1fbe1a9cc7b2b56d05ad46dd2 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Mon, 3 Jun 2019 18:09:03 +0200 Subject: [PATCH] README: Add installation instructions closes GH-1 Signed-off-by: Juraj Oravec --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aeb1c90..035f1cf 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,15 @@ Plugin for [Falkon](https://www.falkon.org/) web browser. ## Description Unload unused tab after set time. + +## Installation +### Automatic +Go to https://store.falkon.org/p/1307514/ press `Install` and follow the instructions. + +### Manual +Copy the `unloader` directory into `~/.config/falkon/plugins/` + +With Falkon 3.1 and lower copy the `unloader` directory into Falkon global plugin directory. +e.g. `/usr/lib/qt/plugins/falkon/python/` + +> It will only work if Python support is enabled and functional.