Skip to content

Commit 03f8475

Browse files
authored
Support to install hd via winget (#203)
* Support to install hd via winget
1 parent 070a9a0 commit 03f8475

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ curl -L https://ghproxy.com/https://github.com/linuxsuren/http-downloader/releas
2424
mv hd /usr/bin/hd
2525
```
2626

27+
for Windows users (you might need to add this program into the Windows Defence exclude list):
28+
```
29+
winget install 'HTTP downloader'
30+
```
31+
2732
Want to go through the code? [GitPod](https://gitpod.io/#https://github.com/linuxsuren/http-downloader) definitely can help you.
2833

2934
# Usage

0 commit comments

Comments
 (0)