diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 16:19:59 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 16:19:59 -0500 |
commit | 18cac21cf3c8dff408ea0e85b6aa7808bd176709 (patch) | |
tree | 9e9f974583f64d36d7630a76fdf1f5b30ba898e2 /README.md | |
parent | 4702b7de786f642e42017adbe5b7fe38fbb78e73 (diff) | |
download | lite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.tar.gz lite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.zip |
Fixed upload.v0.93
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ For details about the `manifest.json` files that `lpm` consumes, ## Quickstart +The fastest way to get started with lpm is to simply pull a release. + +``` + wget https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.92/lpm.x86_64-linux -O lpm && chmod +x lpm +``` + If you have a C compiler, and `git`, and want to compile from scratch, you can do: |