diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-21 17:12:00 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-21 17:12:00 -0400 |
commit | 390895bca4705ecde93efa5d35729484ea47abb3 (patch) | |
tree | c83008aebb7ba9cc587b4d5343cd07a54ad5da9f /README.md | |
parent | 416d6f4090d111cd63864aa36209d81339a85411 (diff) | |
download | lite-xl-plugin-manager-390895bca4705ecde93efa5d35729484ea47abb3.tar.gz lite-xl-plugin-manager-390895bca4705ecde93efa5d35729484ea47abb3.zip |
Updated README to be more accurate.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ git clone git@github.com:adamharrison/lite-xl-plugin-manager.git --shallow-submo If you want to build it quickly, and have the right modules installed, you can do: ``` -./build.sh -lz -lssl -llibgit2 -lcurl +./build.sh -lz -lssl -lgit2 -lcurl -lcrypto -llua ``` CI is enabled on this repository, so you can grab Windows and Linux builds from the |