mirror of
https://github.com/XrayR-project/XrayR-doc.git
synced 2025-06-09 14:09:55 +00:00
17 lines
325 B
Markdown
17 lines
325 B
Markdown
# 使用一键脚本安装
|
|
|
|
## 软件安装
|
|
|
|
```bash
|
|
bash <(curl -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh)
|
|
```
|
|
|
|
配置文件路径:`/etc/XrayR` 配置文件详见:[配置文件说明](../../xrayr-pei-zhi-wen-jian-shuo-ming/config.md)
|
|
|
|
## 软件更新
|
|
|
|
```bash
|
|
XrayR update
|
|
```
|
|
|