Add the Docker Hub link to README

This commit is contained in:
Toby 2021-04-13 16:31:14 -07:00
parent e4c5425cd0
commit 6ecd4bd9b8
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ project https://github.com/dragonite-network/dragonite-java
## Installation
- Download pre-built binaries from https://github.com/tobyxdd/hysteria/releases
- Pull the image from Docker Hub: https://hub.docker.com/r/tobyxdd/hysteria
- Use our Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/
- Build from source with `go build ./cmd`

View File

@ -22,6 +22,7 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国
## 下载安装
- 从 https://github.com/tobyxdd/hysteria/releases 下载编译好的版本
- Docker 镜像: https://hub.docker.com/r/tobyxdd/hysteria
- 使用 Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/
- 自己用 `go build ./cmd` 从源码编译