# Readme file

## Introduction

With this template you are able to create a simple Kate plugin.

## Installation instructions

export QT_PLUGINPATH=<pluginpath>/plugins (For example /usr/local/lib/x86_64-linux-gnu/plugins/)
mkdir build
cd build
cmake ..
make
sudo make install
kbuildsycoca5

## Check the plugin

Start Kate
Go to Settings / Configurate Kate / Application / Plugins
Search and enable your plugin

## Contact

For help or more information, contact the Kate team or Simon Wächter (waechter.simon@gmail.com)
