-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I recommend folliowing |
Beta Was this translation helpful? Give feedback.
I recommend folliowing
SUPPORT.md
, you just need to put an archive into github release with the expected files in it.