aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: