We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0019a commit c2c3315Copy full SHA for c2c3315
README.md
@@ -16,13 +16,12 @@ Install it via: `brew install linuxsuren/linuxsuren/hd`
16
17
Or download it directly (for Linux):
18
```
19
-curl https://linuxsuren.github.io/tools/install.sh|sh
+curl https://linuxsuren.github.io/tools/install.sh|bash
20
21
22
Or download it via proxy:
23
24
-curl -L https://ghproxy.com/https://github.com/linuxsuren/http-downloader/releases/latest/download/hd-linux-amd64.tar.gz | tar xzv hd
25
-mv hd /usr/bin/hd
+curl https://gitee.com/linuxsuren/tools/raw/master/install-zh.sh|bash
26
27
28
for Windows users (you might need to add this program into the Windows Defence exclude list):
0 commit comments