From 360eb8733bfdbde05e230aad67276b8a28157166 Mon Sep 17 00:00:00 2001 From: JuanCC <72336775+JuanCldCmt@users.noreply.github.com> Date: Sun, 3 Jul 2022 06:54:22 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9AGentoo=20linux?= =?UTF-8?q?=E7=9A=84xray=E5=AE=89=E8=A3=85=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/document/install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/document/install.md b/docs/document/install.md index eca4d6b..f10457a 100644 --- a/docs/document/install.md +++ b/docs/document/install.md @@ -76,6 +76,19 @@ Linuxbrew 包管理器的使用方式与 Homebrew 一致:`brew install xray` ### Debian +### Gentoo + +需要使用第三方Overlay,以[JuanCldCmt/Xray-Overlay](https://github.com/JuanCldCmt/Xray-Overlay)为例,在root用户下运行: +```bash +# 1. 将Xray overlay 加入到系统中:(注意:该overlay非官方,由个人维护) +eselect repository add Xray git 'https://github.com/JuanCldCmt/Xray-Overlay' +# 2. 更新portage本地数据库 +emaint sync --auto +# 3. 用emerge安装软件 +emerge --ask Xray-bin +``` +更多信息请查阅:https://github.com/JuanCldCmt/Xray-Overlay + ## Docker 安装方式 - [teddysun/xray](https://hub.docker.com/r/teddysun/xray)