Skip to content

Commit

Permalink
Support to install hd via winget (#203)
Browse files Browse the repository at this point in the history
* Support to install hd via winget
  • Loading branch information
LinuxSuRen committed Feb 23, 2023
1 parent 070a9a0 commit 03f8475
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ curl -L https://ghproxy.com/https://github.com/linuxsuren/http-downloader/releas
mv hd /usr/bin/hd
```

for Windows users (you might need to add this program into the Windows Defence exclude list):
```
winget install 'HTTP downloader'
```

Want to go through the code? [GitPod](https://gitpod.io/#https://github.com/linuxsuren/http-downloader) definitely can help you.

# Usage
Expand Down

0 comments on commit 03f8475

Please sign in to comment.