diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 20:35:54 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 20:35:54 -0500 |
commit | 9460219074de7080f57bb11ec90a4d833a93698d (patch) | |
tree | 2e908d3f70931d66f6487e22e7ff59f23dcd636c | |
parent | 0feb0ebd512218300473d8515c3ee171ba6dc20e (diff) | |
download | lite-xl-plugin-manager-9460219074de7080f57bb11ec90a4d833a93698d.tar.gz lite-xl-plugin-manager-9460219074de7080f57bb11ec90a4d833a93698d.zip |
Changed URLs.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,14 +26,14 @@ 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/adamharrison/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/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: ``` -git clone git@github.com:adamharrison/lite-xl-plugin-manager.git \ +git clone git@github.com:lite-xl/lite-xl-plugin-manager.git \ --shallow-submodules --recurse-submodules && cd lite-xl-plugin-manager &&\ ./build.sh && ./lpm ```` @@ -53,7 +53,7 @@ gcc src/lpm.c lib/microtar/src/microtar.c -Ilib/microtar/src -lz -lgit2 \ ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the -`continuous` [release page](https://github.com/adamharrison/lite-xl-plugin-manager/releases/tag/continuous). +`continuous` [release page](https://github.com/lite-xl/lite-xl-plugin-manager/releases/tag/continuous). You can get a feel for how to use `lpm` by typing `./lpm --help`. |