aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0725fa4..de00c42 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,12 @@
</div>
# Installation
-To install vis-modal, clone this repository in your `~/.config/vis/plugins/` directory
-Then, you can use it with the default configuration by putting this into your `~/.config/vis/visrc.lua`:
+To install vis-modal, clone this repository in your `~/.config/vis/plugins/` directory:
+```
+git clone https://git.symlinx.net/vis-modal ~/.config/vis/plugins/vis-modal
```
+Then, you can use it with the default configuration by putting this into your `~/.config/vis/visrc.lua`:
+```lua
local modal = require('plugins/vis-modal')
```