|
I wanted my project super-speedy-syslog-searcher to be "compatible" with binstall; that is, provide the binaries for a fast download instead of having binstall fallback to compilation. What is the recommended way to "publish" binaries that binstall can download? My project is not currently distributed in any package managers like apt or choco. It is only available via github.com and crates.io, and only installable by local compilation. |
Answered by
NobodyXu
Mar 24, 2024
Replies: 1 comment
|
I recommend folliowing |
0 replies
Answer selected by
jtmoon79
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend folliowing
SUPPORT.md, you just need to put an archive into github release with the expected files in it.