diff options
author | Adam <adamdharrison@gmail.com> | 2022-10-21 21:56:45 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-10-21 21:56:45 -0400 |
commit | 49bae736fc589a4a82cfeab1e73e3a9db650f190 (patch) | |
tree | cb652044ebaa287234a21388fef7e054288d16c5 /README.md | |
parent | 7a4896c3b3d2f41cda46959c25c1c7e13e79e116 (diff) | |
download | lite-xl-plugin-manager-49bae736fc589a4a82cfeab1e73e3a9db650f190.tar.gz lite-xl-plugin-manager-49bae736fc589a4a82cfeab1e73e3a9db650f190.zip |
Made sure to fetch all tags.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -11,8 +11,8 @@ Releases forthcoming, should be available on Windows, Mac, Linux and FreeBSD. Also contains a plugin_manager.lua plugin to integrate the binary with lite in the form of an easy-to-use GUI. -By default, `lpm` will automatically consume the specification in the `latest` -branch of this repository. +By default in releases, `lpm` will automatically consume the specification +in the `latest` branch of this repository. ## Specification @@ -50,13 +50,13 @@ I'm only ensuring that everything can be linked statically as much as possible. As seen with the `lib` folder, the following external libraries are used to build `lpm`: -* lua (core program written in) -* OpenSSL (https/SSL support) -* libgit2 (accessing git repositories directly) -* liblzma (supporting library for archives) -* libz (supporting library for everything) -* libcurl (for fetching .tar.gz and .zip files) -* libarchive (for unpacking .tar.gz and .zip files) +* `lua` (core program written in) +* `OpenSSL` (https/SSL support) +* `libgit2` (accessing git repositories directly) +* `liblzma` (supporting library for archives) +* `libz` (supporting library for everything) +* `libcurl` (for fetching .tar.gz and .zip files) +* `libarchive` (for unpacking .tar.gz and .zip files) ## Use in CI |