Update installation

This commit is contained in:
Aoran Zeng 2023-09-17 10:14:54 +08:00
parent c5c2ce1819
commit 37ff89c8d1

View File

@ -24,28 +24,28 @@
```bash ```bash
# x64 # x64
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-windows.exe curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-windows.exe -o chsrc.exe
# x86 # x86
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-windows.exe curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-windows.exe -o chsrc.exe
``` ```
### Linux ### Linux
```bash ```bash
# x64 # x64
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux -o chsrc; chmod +x ./chsrc
# aarch64 / arm64 # aarch64 / arm64
# 此非通过GitHub Actions编译 # 此非通过GitHub Actions编译
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux -o chsrc; chmod +x ./chsrc
``` ```
### macOS ### macOS
```bash ```bash
# x64 # x64
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos -o chsrc; chmod +x ./chsrc
``` ```
### 没有您的平台? ### 没有您的平台?