diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,3 +5,15 @@ My attempt at a lite-xl plugin manager. A standalone binary that provides an eas Can be used by a package manager plugin that works from inside the editor and calls this. Releases forthcoming, should be available on Windows, Mac, Linux and FreeBSD. + +## Usage + +```sh + +lpm update && lpm install aligncarets +lpm uninstall aligncarets + +lpm add https://github.com/lite-xl/lite-xl-plugins.git +lpm rm https://github.com/lite-xl/lite-xl-plugins.git + +``` |