mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 12:30:45 +08:00
Update README
This commit is contained in:
parent
5b5b13f461
commit
3cbad2b885
|
@ -38,6 +38,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-l
|
|||
|
||||
# aarch64
|
||||
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux -o chsrc; chmod +x ./chsrc
|
||||
|
||||
# riscv64
|
||||
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-riscv64-linux -o chsrc; chmod +x ./chsrc
|
||||
|
||||
# armv7
|
||||
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-armv7-linux -o chsrc; chmod +x ./chsrc
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
|
Loading…
Reference in New Issue
Block a user