@@ -0,0 +1,13 @@
+# BonitaSoft Log highlighting plugin
+
+This a vim plugin made to read log from [BonitaBPM engine](https://www.bonitasoft.com).
+## Install
+### Vundle
+For [Vim Bundle](https://github.com/VundleVim/Vundle.vim), add this line in your `vimrc`:
+```vim
+Plugin 'https://gogs.jovian-hersemeule.eu/Vim/BonitaLog.git'
+```