Skip to content

Fix Docker image file path #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Linux 发行版 Xray 包(可通过发行版相应的包管理器安装):

- `/etc/xray/config.json`:配置文件
- `/usr/bin/xray`:Xray 主程序
- `/usr/local/share/xray/geoip.dat`:IP 数据文件
- `/usr/local/share/xray/geosite.dat`:域名数据文件
- `/usr/share/xray/geoip.dat`:IP 数据文件
- `/usr/share/xray/geosite.dat`:域名数据文件

<br />

Expand Down
4 changes: 2 additions & 2 deletions content_en/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Xray packages for Linux releases (can be installed via the release's correspondi

- `/etc/xray/config.json`:Configuration files
- `/usr/bin/xray`:Xray host program
- `/usr/local/share/xray/geoip.dat`:IP data file
- `/usr/local/share/xray/geosite.dat`:Domain name data file
- `/usr/share/xray/geoip.dat`:IP data file
- `/usr/share/xray/geosite.dat`:Domain name data file

<br />

Expand Down