aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-14 12:26:00 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-14 12:26:00 -0500
commit7aa6e9c2a7ac1a2773f1a12295b22bfebd52159f (patch)
treee0b90c8c5691d6cc38ef533e165e29fa191015d2 /README.md
parent17ce7c5ee47b4febde65d571993d4c963d85fcc1 (diff)
downloadlite-xl-plugin-manager-7aa6e9c2a7ac1a2773f1a12295b22bfebd52159f.tar.gz
lite-xl-plugin-manager-7aa6e9c2a7ac1a2773f1a12295b22bfebd52159f.zip
Added in addon type.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b25467d..7e5acb7 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ CMAKE_DEFAULT_FLAGS="-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER\ -DCMAKE_FIND_ROO
## Tests
-To run the test suite, simply use lua to run `lua t/run.lua`. use `FAST=1 t/run.lua` to avoid the costs of tearing down and building up suites each time.
+To run the test suite, you can use `lpm` to execute the test by doing `./lpm test t/run.lua`. use `FAST=1 ./lpm test t/run.lua` to avoid the costs of tearing down and building up suites each time.
## Bugs