mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 13:14:00 +08:00
Add macos
This commit is contained in:
parent
ed488d35ae
commit
ba38592868
10
README.md
10
README.md
|
@ -18,7 +18,7 @@
|
|||
|
||||
## 安装
|
||||
|
||||
除个别架构外,其它二进制文件使用 GitHub Actions 编译而来。请寻找下述与您的平台相匹配的命令来下载。
|
||||
使用 GitHub Actions 编译,请寻找下述与您的平台相匹配的命令来下载。
|
||||
|
||||
### Windows
|
||||
|
||||
|
@ -37,9 +37,17 @@ curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-
|
|||
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux
|
||||
|
||||
# aarch64 / arm64
|
||||
# 此非通过GitHub Actions编译
|
||||
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
```bash
|
||||
# x64
|
||||
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## 使用
|
||||
|
|
Loading…
Reference in New Issue
Block a user