From 82617b2ce2f90f5e5abe03d9126dfcc1242b4e75 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 8 Jun 2024 17:59:56 +0800 Subject: [PATCH] Update macOS download url --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 418fad7..58eb11e 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-armv7- ### macOS ```bash +# M1/aarch64 +curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc + # x64 curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-macos -o chsrc; chmod +x ./chsrc ```