aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:07:36 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:07:36 -0500
commit71e1d5f3534ea1663d136fef238f7d4786ed15bd (patch)
treed7ba614364aa805cc1b0a81d9e05a56fd28716c7 /README.md
parent1f03811ff2fb168679c5d3add8574d6ddf986f34 (diff)
downloadlite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.tar.gz
lite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.zip
Added in --trace flag.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0e6838c..1c7bdd9 100644
--- a/README.md
+++ b/README.md
@@ -84,15 +84,15 @@ lpm uninstall aligncarets
lpm --help
```
-## Building
+## Building & Running
-### Linux
+### Linux & MacOS & Windows MSYS
```
-./build.sh -DLPM_STATIC -DLPM_VERSION='"'0.1-x86_64-linux-`git rev-parse --short HEAD`'"'
+./build.sh && ./lpm
```
-### Linux to Windows
+### Linux -> Windows
```
CC=x86_64-w64-mingw32-gcc AR=x86_64-w64-mingw32-gcc-ar WINDRES=x86_64-w64-mingw32-windres