Skip to content

Commit ea4cba7

Browse files
authored
Update the instruction about how to install hd
1 parent 35b5d30 commit ea4cba7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Install it via: `brew install linuxsuren/linuxsuren/hd`
1414

1515
Or download it directly (for Linux):
1616
```
17-
curl -L https://github.com/linuxsuren/http-downloader/releases/latest/download/hd-linux-amd64.tar.gz | tar xzv hd
18-
mv hd /usr/bin/hd
17+
curl https://linuxsuren.github.io/tools/install.sh|sh
1918
```
2019

2120
Or download it via proxy:
@@ -36,7 +35,7 @@ hd get https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-l
3635
Or use a simple way instead of typing the whole URL:
3736

3837
```shell
39-
hd get jenkins-zh/jenkins-cli/jcli -t 6
38+
hd get jcli
4039
```
4140

4241
Or you might want to download a pre-released binary package from GitHub:
@@ -49,7 +48,7 @@ hd get --pre ks
4948
You can also install a package from GitHub:
5049

5150
```shell
52-
hd install jenkins-zh/jenkins-cli/jcli -t 6
51+
hd install jcli -t 6
5352
```
5453

5554
or install by a category name:

0 commit comments

Comments
 (0)