Skip to content

Commit

Permalink
Fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Nov 10, 2024
1 parent 375de11 commit 452dbf8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<br>
Expand Down Expand Up @@ -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
```

<br>
Expand Down

0 comments on commit 452dbf8

Please sign in to comment.