diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-02 23:28:34 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-02 23:28:34 -0400 |
commit | 40fc035835d2ba1f9436c15810abce39e29ff7c3 (patch) | |
tree | c37c6e86b203e19f5ca639bd7553fd3d2b5f24cb /README.md | |
parent | 98a93d36d77cceaf5e94840659ab467c7cb794f1 (diff) | |
download | lite-xl-plugin-manager-40fc035835d2ba1f9436c15810abce39e29ff7c3.tar.gz lite-xl-plugin-manager-40fc035835d2ba1f9436c15810abce39e29ff7c3.zip |
Updated to not generate needless attributes, and updated build commands to accomodate newer setups.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ If you want to build it quickly, and have the right modules installed, you can do: ``` -./build.sh -larchive -llzma -lz -lssl -lgit2 -lz -lcurl -lcrypto -llua +./build.sh -lz -lssl -lgit2 -lcurl -llua -lcrypto -larchive -llzma ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the |