From 6ecd4bd9b873c71f373f1f0cb0efe11c6edf3583 Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 13 Apr 2021 16:31:14 -0700 Subject: [PATCH] Add the Docker Hub link to README --- README.md | 1 + README.zh.md | 1 + 2 files changed, 2 insertions(+) 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` 从源码编译