File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ Install it via: `brew install linuxsuren/linuxsuren/hd`
1414
1515Or 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
2120Or download it via proxy:
@@ -36,7 +35,7 @@ hd get https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-l
3635Or 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
4241Or you might want to download a pre-released binary package from GitHub:
@@ -49,7 +48,7 @@ hd get --pre ks
4948You 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
5554or install by a category name:
You can’t perform that action at this time.
0 commit comments