From 37ff89c8d1c95de73f36876f899faf804326ab9a Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 17 Sep 2023 10:14:54 +0800 Subject: [PATCH] Update installation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c37ba8e..6ab8195 100644 --- a/README.md +++ b/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 ``` ### 没有您的平台?