diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-03 13:28:40 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-03 13:28:40 -0500 |
commit | 0fbc4796f46bbd639ea0ba9ab6d8a80874d76cfb (patch) | |
tree | fbd6c7a2adeaa52a02731ea60c55a8c8e34d2802 /README.md | |
parent | 98382f140508840069e6a837570c765bcf1d8a5e (diff) | |
download | lite-xl-plugin-manager-0fbc4796f46bbd639ea0ba9ab6d8a80874d76cfb.tar.gz lite-xl-plugin-manager-0fbc4796f46bbd639ea0ba9ab6d8a80874d76cfb.zip |
Added more detail, and fixed id parsing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,7 +12,8 @@ Also contains a plugin_manager.lua plugin to integrate the binary with lite in the form of an easy-to-use GUI. By default in releases, `lpm` will automatically consume the specification -in the `latest` branch of this repository. +in the `latest` branch of this repository, which corresponds to the most +recent versioned release. Conforms to [SCPS3](https://github.com/adamharrison/straightforward-c-project-standard#SCPS3). @@ -53,7 +54,9 @@ gcc src/lpm.c lib/microtar/src/microtar.c -Ilib/microtar/src -lz -lgit2 \ ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the -`continuous` [release page](https://github.com/lite-xl/lite-xl-plugin-manager/releases/tag/continuous). +`continuous` [release page](https://github.com/lite-xl/lite-xl-plugin-manager/releases/tag/continuous), +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. You can get a feel for how to use `lpm` by typing `./lpm --help`. |