diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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') ``` |
