From 9c97d2455136ec9f9def295b850179fa76fee126 Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 29 Apr 2026 09:19:46 +0000 Subject: added git clone instruction to readme --- README.md | 7 +++++-- 1 file 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 @@ # 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') ``` -- cgit v1.2.3