Add Installation section to READMEs

This commit is contained in:
Toby 2021-04-11 14:37:36 -07:00
parent 7ba60a0ece
commit 44e6c3fdde
2 changed files with 12 additions and 0 deletions

View File

@ -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) It is essentially a spiritual successor of my previous (now abandoned)
project https://github.com/dragonite-network/dragonite-java 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 ## Quick Start
Note: The configs provided in this section are only for people to get started quickly and may not meet your needs. Note: The configs provided in this section are only for people to get started quickly and may not meet your needs.

View File

@ -19,6 +19,12 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国
可以理解为是我此前弃坑的项目 https://github.com/dragonite-network/dragonite-java 的续作。 可以理解为是我此前弃坑的项目 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` 从源码编译
## 快速入门 ## 快速入门
注意:本节提供的配置只是为了快速上手,可能无法满足你的需求。请到 [高级用法](#高级用法) 中查看所有可用选项及其含义。 注意:本节提供的配置只是为了快速上手,可能无法满足你的需求。请到 [高级用法](#高级用法) 中查看所有可用选项及其含义。