Skip to content

Commit

Permalink
Update macOS download url
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Jun 8, 2024
1 parent a9a7412 commit 82617b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 82617b2

Please sign in to comment.