mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 09:07:49 +08:00
Update installation
This commit is contained in:
parent
c5c2ce1819
commit
37ff89c8d1
10
README.md
10
README.md
|
@ -24,28 +24,28 @@
|
|||
|
||||
```bash
|
||||
# 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
|
||||
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
|
||||
|
||||
```bash
|
||||
# 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
|
||||
# 此非通过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
|
||||
|
||||
```bash
|
||||
# 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