Skip to content

Commit eb51b1d

Browse files
committed
Inform to use Wget
1 parent 895d0b4 commit eb51b1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
! Contributors : Mikachu2333 <[email protected]>
88
! |
99
! Created On : <2023-12-28>
10-
! Last Modified : <2025-07-12>
10+
! Last Modified : <2025-07-14>
1111
! ---------------------------------------------------------- -->
1212

1313
<div align="center">
@@ -170,6 +170,9 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
170170
# x64
171171
$ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -o chsrc_latest-1_amd64.deb
172172

173+
# 也可以使用 Wget
174+
wget https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -O chsrc_latest-1_amd64.deb
175+
173176
$ sudo apt install ./chsrc_latest-1_amd64.deb
174177
#
175178
$ sudo sudo dpkg -i chsrc_latest-1_amd64.deb
@@ -196,6 +199,9 @@ $ yay -S chsrc # Build from GitHub Release
196199
# 非root用户默认安装至 ~/.local/bin
197200
$ curl https://chsrc.run/posix | bash
198201

202+
# 也可以使用 Wget
203+
$ wget -O - https://chsrc.run/posix | bash
204+
199205
# root用户默认安装至 /usr/local/bin
200206
$ curl https://chsrc.run/posix | sudo bash
201207

0 commit comments

Comments
 (0)