You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding binstall support to a project, it is complicated and tedious to repeatedly implement an install.sh. If a package can be installed with binstall, is it possible to use a template to generate install.sh instead of writing it manually, just like cargo-dist, but more lightweight?
The text was updated successfully, but these errors were encountered:
For projects that support binstall, it means that you don't need a rust environment, you only need to download the corresponding executable file and add it to PATH. Does this mean that a tool can be implemented to install projects that support binstall without a rust environment?
When adding binstall support to a project, it is complicated and tedious to repeatedly implement an install.sh. If a package can be installed with binstall, is it possible to use a template to generate install.sh instead of writing it manually, just like cargo-dist, but more lightweight?
The text was updated successfully, but these errors were encountered: