mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 19:54:13 +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
|
### 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
|
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux
|
||||||
|
|
||||||
# aarch64 / arm64
|
# aarch64 / arm64
|
||||||
|
# 此非通过GitHub Actions编译
|
||||||
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux
|
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>
|
<br>
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
Loading…
x
Reference in New Issue
Block a user