diff options
author | Maksim Aliabyshev <truepatch@gmail.com> | 2024-10-02 21:37:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 14:37:21 -0400 |
commit | d36e4c17e6247a9b313b004f0915aac1b0896d79 (patch) | |
tree | 50e3fc778cf3724c9bd1634b882db2f3790268e1 /README.md | |
parent | cdc80ce9388e388a9d55519b483b3bd4066308e7 (diff) | |
download | lite-xl-plugin-manager-d36e4c17e6247a9b313b004f0915aac1b0896d79.tar.gz lite-xl-plugin-manager-d36e4c17e6247a9b313b004f0915aac1b0896d79.zip |
Added a Scoop install manifest (#123)
Created lite-xl-plugin-manager.json
Updated README.md -> Changed a Scoop instruction
Co-authored-by: Maksim Aliabyshev <maksimaaliabyshev@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,10 +75,10 @@ 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: +You can also use `scoop` to grab `lpm`: ``` -scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/lite-xl-plugin-manager.json +scoop install https://github.com/lite-xl/lite-xl-plugin-manager/blob/master/lite-xl-plugin-manager.json ``` Please note, that _meson_ is _not_ necessarily the best way to compile `lpm`. If you have troubles with it, please do consider using the build.sh script. |