Skip to content

【Feat】通过 cargo-dist 来支持更方便的分发/下载/安装 #41

@un4gt

Description

@un4gt

目前的安装方式还是不够方便简洁,刚好有工具 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"

愿意贡献代码

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions