diff --git a/README.md b/README.md index fc6f408..6c23c18 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/README.zh.md b/README.zh.md index 0421c10..61d6a8c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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` 从源码编译