diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-03-14 17:53:41 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-03-14 17:53:41 -0400 |
commit | 650910b43ab0d8c132472d3e8f57d867fe3bfb30 (patch) | |
tree | 4c05353c556dfc23ee25f8cc8960f47941c13338 /README.md | |
parent | 5b547e5ba98083d457d69503adb51b4d0ee27c7f (diff) | |
download | lite-xl-plugin-manager-650910b43ab0d8c132472d3e8f57d867fe3bfb30.tar.gz lite-xl-plugin-manager-650910b43ab0d8c132472d3e8f57d867fe3bfb30.zip |
Added in README with scoop installation method.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,12 @@ There are also tagged releases, for specified versions. You can get a feel for how to use `lpm` by typing `./lpm --help`. +You can also use `scoop` to grab `lpm`, courtesy of @cvladan: + +``` +scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/lite-xl-plugin-manager.json +``` + ## Supporting Libraries As seen in the `lib` folder, the following external libraries are used to |