From 4825b611abc7781a0c9aacfdc24c97fdf8ea6c3b Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 25 Feb 2023 18:15:51 -0500 Subject: Updated README.md. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ad91b12..12b37d1 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3