aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2022-09-10 16:40:19 -0400
committerAdam <adamdharrison@gmail.com>2022-09-10 16:40:19 -0400
commite374d9075bca80f9ec89828df4ab2d75daeb6910 (patch)
treea9381c04e2ed90a02b542e790e5a7bc4c570d34d /README.md
parent38eabf89e5d1ed3ed7c5db399ee882e300c69205 (diff)
downloadlite-xl-plugin-manager-e374d9075bca80f9ec89828df4ab2d75daeb6910.tar.gz
lite-xl-plugin-manager-e374d9075bca80f9ec89828df4ab2d75daeb6910.zip
Fixed most commands.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a27efd..5700b02 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,15 @@ My attempt at a lite-xl plugin manager. A standalone binary that provides an eas
Can be used by a package manager plugin that works from inside the editor and calls this.
Releases forthcoming, should be available on Windows, Mac, Linux and FreeBSD.
+
+## Usage
+
+```sh
+
+lpm update && lpm install aligncarets
+lpm uninstall aligncarets
+
+lpm add https://github.com/lite-xl/lite-xl-plugins.git
+lpm rm https://github.com/lite-xl/lite-xl-plugins.git
+
+```