diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-29 21:31:25 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-29 21:31:25 -0400 |
commit | 398e1799e8fbcaae11d2ff9a084a94cbb26a4ff6 (patch) | |
tree | 55ffc8baddda9d22afbaf6e08fa33465c68a2c66 /README.md | |
parent | cc5c601b6ba8d65ffb411f6ea5bc47a5ea0b88b7 (diff) | |
download | lite-xl-plugin-manager-398e1799e8fbcaae11d2ff9a084a94cbb26a4ff6.tar.gz lite-xl-plugin-manager-398e1799e8fbcaae11d2ff9a084a94cbb26a4ff6.zip |
Attempting to fix..
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ If you want to build it quickly, and have the right modules installed, you can d CI is enabled on this repository, so you can grab Windows and Linux builds from the `continuous` [release page](https://github.com/adamharrison/lite-xl-plugin-manager/releases/tag/continuous). +You can get a feel for how to use `lpm` by typing `./lpm --help`. + ## Use in CI To make pre-fab lite builds, you can easily use `lpm` in CI. If you had a linux build container, you could do something like: |