From 452dbf81e8c20cf516b59b3cbcb26057f730f4f3 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 11 Nov 2024 00:58:21 +0800 Subject: [PATCH] Fix download URL --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 261c6f2..6900745 100644 --- a/README.md +++ b/README.md @@ -147,16 +147,16 @@ $ yay -S chsrc # Build from GitHub Release ```bash # 非root用户默认安装至 ~/.local/bin -$ curl https:/chsrc.run/posix | bash +$ curl https://chsrc.run/posix | bash # root用户默认安装至 /usr/local/bin -$ curl https:/chsrc.run/posix | sudo bash +$ curl https://chsrc.run/posix | sudo bash # 使用 -d 指定目录安装 -$ curl https:/chsrc.run/posix | bash -s -- -d ./ +$ curl https://chsrc.run/posix | bash -s -- -d ./ # 使用 -l en 输出英文 -$ curl https:/chsrc.run/posix | bash -s -- -l en +$ curl https://chsrc.run/posix | bash -s -- -l en ```
@@ -196,16 +196,16 @@ $ brew install chsrc ```bash # 非root用户默认安装至 ~/.local/bin -$ curl https:/chsrc.run/posix | bash +$ curl https://chsrc.run/posix | bash # root用户默认安装至 /usr/local/bin -$ curl https:/chsrc.run/posix | sudo bash +$ curl https://chsrc.run/posix | sudo bash # 使用 -d 指定目录安装 -$ curl https:/chsrc.run/posix | bash -s -- -d ./ +$ curl https://chsrc.run/posix | bash -s -- -d ./ # 使用 -l en 输出英文 -$ curl https:/chsrc.run/posix | bash -s -- -l en +$ curl https://chsrc.run/posix | bash -s -- -l en ```