1
kdevelop-python-templates/plugin/README.md
Juraj Oravec 3eee9f43ec
Rename plugin template directory to "plugin"
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-06-12 17:19:41 +02:00

18 lines
531 B
Markdown

# %{APPNAME}
Plugin for [Falkon](https://www.falkon.org/) web browser.
## Description
A basic python plugin for Falkon
## Installation
### Automatic
Go to [Falkon store](https://store.falkon.org/) press `Install` and follow the instructions.
### Manual
Copy the `%{APPNAMELC}` directory into `~/.config/falkon/plugins/`
With Falkon 3.1 and lower copy the `%{APPNAMELC}` 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.