diff --git a/README.md b/README.md index cde5553..fc6f408 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ connections from China to foreign servers, etc.) powered by a custom version of It is essentially a spiritual successor of my previous (now abandoned) project https://github.com/dragonite-network/dragonite-java +## Installation + +- Download pre-built binaries from https://github.com/tobyxdd/hysteria/releases +- Use our Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/ +- Build from source with `go build ./cmd` + ## Quick Start Note: The configs provided in this section are only for people to get started quickly and may not meet your needs. diff --git a/README.zh.md b/README.zh.md index 5bf6574..0421c10 100644 --- a/README.zh.md +++ b/README.zh.md @@ -19,6 +19,12 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国 可以理解为是我此前弃坑的项目 https://github.com/dragonite-network/dragonite-java 的续作。 +## 下载安装 + +- 从 https://github.com/tobyxdd/hysteria/releases 下载编译好的版本 +- 使用 Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/ +- 自己用 `go build ./cmd` 从源码编译 + ## 快速入门 注意:本节提供的配置只是为了快速上手,可能无法满足你的需求。请到 [高级用法](#高级用法) 中查看所有可用选项及其含义。