diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-02-25 18:15:51 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-02-25 18:15:51 -0500 |
commit | 4825b611abc7781a0c9aacfdc24c97fdf8ea6c3b (patch) | |
tree | ff3f2b2528870e87a83a2b6b00d0df8ca2d3f3c2 /README.md | |
parent | cb80f880385638937b1a61872c4e155440152aa8 (diff) | |
download | lite-xl-plugin-manager-4825b611abc7781a0c9aacfdc24c97fdf8ea6c3b.tar.gz lite-xl-plugin-manager-4825b611abc7781a0c9aacfdc24c97fdf8ea6c3b.zip |
Updated README.md.v0.99998
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -66,6 +66,8 @@ CI is enabled on this repository, so you can grab Windows and Linux builds from which is a nightly, or the `latest` [release page](https://github.com/lite-xl/lite-xl-plugin-manager/releases/tag/latest), which holds the most recent released version. +There are also tagged releases, for specified versions. + You can get a feel for how to use `lpm` by typing `./lpm --help`. ## Supporting Libraries @@ -80,6 +82,23 @@ build `lpm`: * `libzip` (for unpacking .zip files) * `libmicrotar` (for unpacking .tar.gz files) +## Supported Platforms + +`lpm` should work on all platforms `lite-xl` works on; but releases are offered for the following: + +* Windows x86_64 +* Linux x86_64 +* MacOS x86_64 +* MacOS aarch64 +* Android x86_64 +* Android x86 +* Android aarch64 +* Android armv7a + +Experimental support (i.e. doesn't work) exists for the following platforms: + +* Linux riscv64 + ## 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: |