aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:19:59 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:19:59 -0500
commit18cac21cf3c8dff408ea0e85b6aa7808bd176709 (patch)
tree9e9f974583f64d36d7630a76fdf1f5b30ba898e2 /README.md
parent4702b7de786f642e42017adbe5b7fe38fbb78e73 (diff)
downloadlite-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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9aa8efe..86d2d8f 100644
--- a/README.md
+++ b/README.md
@@ -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: