From 45e07b8acdf4ba874dd7828ddff298acae2d15c2 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Fri, 19 Jul 2019 18:43:13 +0100 Subject: Add installation of editorconfig-core to instructions Closes #3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80741ef..e2308d3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A [vis][vis] plugin for [editorconfig][ec]. ## Installation +You'll need the Lua wrapper for editorconfig-core installed. This can be done through luarocks: `luarocks install editorconfig-core` + ```shell git clone https://github.com/vktec/vis-editorconfig "$HOME/.config/vis/editorconfig" ``` -- cgit