diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-11 11:20:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 11:20:53 -0500 |
commit | e57c640b2842aa6424321c2e35b047f985347b56 (patch) | |
tree | 61efabfca442c8924c8f7ca43ae9275cd85cfd55 | |
parent | 70fb50f58c14df819bc86bcf9b2f05377c01ab94 (diff) | |
download | lite-xl-plugin-manager-e57c640b2842aa6424321c2e35b047f985347b56.tar.gz lite-xl-plugin-manager-e57c640b2842aa6424321c2e35b047f985347b56.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ OR ``` gcc src/lpm.c lib/microtar/src/microtar.c -Ilib/microtar/src -lz -lgit2 \ - -lzip -llua -lm -lmbedtls -lmbedx509 -lmbedcrypto -DLPM_STATIC -o lpm + -lzip -llua -lm -lmbedtls -lmbedx509 -lmbedcrypto -o lpm ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the |