Update macOS download url

This commit is contained in:
Aoran Zeng 2024-06-08 17:59:56 +08:00
parent a9a7412025
commit 82617b2ce2

View File

@ -70,6 +70,9 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-armv7-
### macOS ### macOS
```bash ```bash
# M1/aarch64
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc
# x64 # x64
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-macos -o chsrc; chmod +x ./chsrc curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-macos -o chsrc; chmod +x ./chsrc
``` ```