mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 00:58:30 +08:00
Update installation
This commit is contained in:
parent
c5c2ce1819
commit
37ff89c8d1
10
README.md
10
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
### 没有您的平台?
|
### 没有您的平台?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user