aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 20:35:54 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 20:35:54 -0500
commit9460219074de7080f57bb11ec90a4d833a93698d (patch)
tree2e908d3f70931d66f6487e22e7ff59f23dcd636c /README.md
parent0feb0ebd512218300473d8515c3ee171ba6dc20e (diff)
downloadlite-xl-plugin-manager-9460219074de7080f57bb11ec90a4d833a93698d.tar.gz
lite-xl-plugin-manager-9460219074de7080f57bb11ec90a4d833a93698d.zip
Changed URLs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 07903be..dbc00ae 100644
--- a/README.md
+++ b/README.md
@@ -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`.