aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-04-29 09:19:46 +0000
committerdacctal <dacctal@symlinx.net>2026-04-29 09:19:46 +0000
commit9c97d2455136ec9f9def295b850179fa76fee126 (patch)
treeeeed6f88bd81b286de80cc5400a9163d70a20625
parentaae3394a780d8818eeecfa7479c6c868c7e63823 (diff)
added git clone instruction to readmeHEADmaster
-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')
```