26 lines
354 B
Markdown
26 lines
354 B
Markdown
# Install
|
|
|
|
## From source
|
|
|
|
```bash
|
|
go install github.com/zhsj/wghttp@latest
|
|
```
|
|
|
|
## Docker
|
|
|
|
Docker images are publish at:
|
|
|
|
- [Docker Hub](https://hub.docker.com/r/zhusj/wghttp)
|
|
|
|
```bash
|
|
docker pull zhusj/wghttp:latest
|
|
|
|
```
|
|
|
|
- [GitHub](https://github.com/zhsj/wghttp/pkgs/container/wghttp)
|
|
|
|
```bash
|
|
docker pull ghcr.io/zhsj/wghttp:latest
|
|
|
|
```
|