浏览代码

Create README

DricomDragon 5 年之前
父节点
当前提交
47578722bd
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -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'
+```