aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamadi van Koten <Samadi van Koten>2019-07-19 18:43:13 +0100
committerSamadi van Koten <Samadi van Koten>2019-07-19 18:43:13 +0100
commit45e07b8acdf4ba874dd7828ddff298acae2d15c2 (patch)
tree1a8ec311b6ebcb410058b46ec911d643a2937221
parent524af716d6cbedc00a6ee0a82f3479aea8802142 (diff)
downloadvis-editorconfig-45e07b8acdf4ba874dd7828ddff298acae2d15c2.tar.gz
Add installation of editorconfig-core to instructions
Closes #3
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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"
```