目前的安装方式还是不够方便简洁,刚好有工具 cargo-dist 可以实现发布releases, 自动生成 releases 说明,提供 linux/macos/windows 安装功能
通过 cargo-dist 之后,安装命令会是
Linux : curl --proto '=https' --tlsv1.2 -LsSf https://<...>/download/<version>/<...>-installer.sh | sh
MacOS: brew install <...>
windows: powershell -ExecutionPolicy Bypass -c "irm https://<...>/download/<version>/<...>-installer..ps1 | iex"
愿意贡献代码