diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-27 23:43:05 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-27 23:43:05 -0500 |
commit | de4a34ee477927198415ae9191d6f91b5c92280b (patch) | |
tree | 62527ff9ccc70e1c356ce2ef86f35820c194ee7d | |
parent | ff172b9b369fdfc9bc612a034b0dd2eea85362ff (diff) | |
download | lite-xl-plugin-manager-de4a34ee477927198415ae9191d6f91b5c92280b.tar.gz lite-xl-plugin-manager-de4a34ee477927198415ae9191d6f91b5c92280b.zip |
Clarified --post.
-rw-r--r-- | src/lpm.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index 6bc4c9e..1fc4d67 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1619,6 +1619,9 @@ Flags have the following effects: --no-install-optional On install, anything marked as optional won't prompt. --post Run post-install build steps. Must be explicitly enabled. + Official repositories must function without this + flag being needed; generally they must provide + binaries if there is a native compilation step. ]] ) return 0 |