From a236f4ba55e98870eef103b706f2fa729f252325 Mon Sep 17 00:00:00 2001 From: Guldoman Date: Fri, 22 Apr 2022 23:49:36 +0200 Subject: Add plugin install instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa8eca1..ad0d549 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ Plugins for the [Lite XL text editor](https://github.com/lite-xl/lite-xl), originally forked from the [lite plugins repository](https://github.com/rxi/lite-plugins). -To install a plugin, go to your OS's config folder then to the folder 'lite-xl/plugins' -(on Linux: '~/.config/lite-xl/plugins') and simply paste the '.lua' file in there. +To install a plugin: +- If the plugin links to a repository, follow its `README`. +- If the plugin is a single file, drop it directly in: + - Linux `~/.config/lite-xl/plugins/` + - MacOS `~/.config/lite-xl/plugins/` + - Windows `C:\\Users\\(username)\\.config\\lite-xl\\plugins\\` *Note: if you make a pull request, the table should be updated and kept in alphabetical order. If your plugin is large (or you'd otherwise prefer it to -- cgit v1.2.3