aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 21:50:52 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 21:50:52 -0500
commit24200165f06e2f67e158190ce1b5fe259ac24a85 (patch)
treebb8607c5323affa6ee1f2206f4b63b13c61670bb /README.md
parent9460219074de7080f57bb11ec90a4d833a93698d (diff)
downloadlite-xl-plugin-manager-24200165f06e2f67e158190ce1b5fe259ac24a85.tar.gz
lite-xl-plugin-manager-24200165f06e2f67e158190ce1b5fe259ac24a85.zip
Testing new workflow.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbc00ae..d02495f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Lite XL Plugin Manager
A standalone binary that provides an easy way of installing, and uninstalling
-plugins from lite-xl, as well as different version fo lite-xl.
+plugins from lite-xl, as well as different version of lite-xl.
Can be used by a package manager plugin that works from inside the editor
and calls this binary.
@@ -26,7 +26,7 @@ For details about the `manifest.json` files that `lpm` consumes,
The fastest way to get started with lpm is to simply pull a release.
```
- wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v0.92/lpm.x86_64-linux -O lpm && chmod +x lpm
+wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux -O lpm && chmod +x lpm
```
If you have a C compiler, and `git`, and want to compile from scratch,