Fix: typo (#7)

This commit is contained in:
秋のかえで 2021-04-04 00:42:43 +08:00 committed by GitHub
parent 4e631fc6ef
commit 2fdbca8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 25 deletions

View File

@ -1,40 +1,40 @@
# 快速入门 # 快速入门
> **这个章节将告诉您如何用最简单的方式获得 Xray,并且开始使用 Xray.** > **这个章节将告诉您如何用最简单的方式获得 Xray,并且开始使用 Xray。**
## 下载安装 ## 下载安装
Xray 支持各种平台,并且您可以从多种渠道和方式获得 Xray 的各种版本. Xray 支持各种平台,并且您可以从多种渠道和方式获得 Xray 的各种版本。
请点击 [如何下载安装 Xray](./install.md) 以获取 Xray 请点击 [如何下载安装 Xray](./install.md) 以获取 Xray
## 配置运行 ## 配置运行
下载并安装 Xray 后,只需对他进行配置即可使用. 下载并安装 Xray 后,只需对他进行配置即可使用
请点击 [如何配置运行 Xray](./config.md) 以学习最简单的配置方式. 请点击 [如何配置运行 Xray](./config.md) 以学习最简单的配置方式
## 命令参数 ## 命令参数
Xray 有多种命令和参数可用,因此变得灵活和强大. Xray 有多种命令和参数可用,因此变得灵活和强大
请点击 [Xray 的命令参数](./command.md) 查看 Xray 的更多命令和参数用法. 请点击 [Xray 的命令参数](./command.md) 查看 Xray 的更多命令和参数用法
## 改进文档 ## 改进文档
如果你有兴趣,请点击 [使用文档](./document.md) 帮助我们改进文档,或者点击页面下方的 `帮助我们改善此页面!` 如果你有兴趣,请点击 [使用文档](./document.md) 帮助我们改进文档,或者点击页面下方的 `帮助我们改善此页面!`
我们十分感谢每一位 contributor 作出的贡献!是你们让 Project X 变得更加强大! 我们十分感谢每一位 Contributor 作出的贡献!是你们让 Project X 变得更加强大!
## 小小白白话文 ## 小小白白话文
给予新手指导的使用心得 给予新手指导的使用心得
请点击 [小小白白话文](./level-0/) 以进行查看 请点击 [小小白白话文](./level-0/) 以进行查看
## 入门技巧 ## 入门技巧
具备了基础之后,你就可以通过 [入门技巧](./level-1/) 来探索更多的使用方式了 具备了基础之后,你就可以通过 [入门技巧](./level-1/) 来探索更多的使用方式了
## 进阶文档 ## 进阶文档

View File

@ -1,7 +1,6 @@
# 命令参数 # 命令参数
::: tip ::: tip Xray 使用 Go 风格的命令及参数
Xray 使用 go 风格的命令及参数
::: :::
## 获取基本命令 ## 获取基本命令

View File

@ -27,14 +27,17 @@ Xray 提供两种验证方式:
## Windows 安装方式 ## Windows 安装方式
- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 Windows 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray.exe`,然后[通过命令行带参数运行](./command) 即可 - 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 Windows 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray.exe`
,然后[通过命令行带参数运行](./command) 即可
- 通过 [Scoop](https://scoop.sh) 包管理器安装Xray 已经被添加到 [Mochi](https://github.com/Qv2ray/mochi)。 - 通过 [Scoop](https://scoop.sh) 包管理器安装Xray 已经被添加到 [Mochi](https://github.com/Qv2ray/mochi)。
- 通过 [Chocolatey](https://chocolatey.org) 包管理器安装:[Xray](https://chocolatey.org/packages/xray/1.3.1),感谢 [Markson](https://chocolatey.org/profiles/markson_ho) - 通过 [Chocolatey](https://chocolatey.org)
包管理器安装:[Xray](https://chocolatey.org/packages/xray/1.3.1),感谢 [Markson](https://chocolatey.org/profiles/markson_ho)
## macOS 安装方式 ## macOS 安装方式
- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 macOS 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray`,然后[通过命令行带参数运行](./command) 即可 - 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 macOS 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray`
- 通过 [Homebrew](https://brew.sh) 包管理器安装:<Badge text="WIP" type="warning"/> ,然后[通过命令行带参数运行](./command.md) 即可
- 通过 [Homebrew](https://brew.sh) 包管理器安装:`brew install xray`
## Linux 安装方式 ## Linux 安装方式
@ -43,25 +46,33 @@ Xray 提供两种验证方式:
- Linux Script - Linux Script
- [Xray-install](https://github.com/XTLS/Xray-install) - [Xray-install](https://github.com/XTLS/Xray-install)
* One Click
- [Xray-script](https://github.com/kirin10000/Xray-script) - [Xray-script](https://github.com/kirin10000/Xray-script)
- One Click
- [ProxySU](https://github.com/proxysu/ProxySU) - [ProxySU](https://github.com/proxysu/ProxySU)
- [Xray-agent](https://github.com/mack-a/Xray-agent) - [Xray-agent](https://github.com/mack-a/Xray-agent)
- Magisk * Magisk
- [Xray4Magisk](https://github.com/CerteKim/Xray4Magisk) - [Xray4Magisk](https://github.com/CerteKim/Xray4Magisk)
- [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) - [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk)
### Linux 发行版包管理器 ### Arch Linux
Linux 发行版 Xray 包(可通过发行版相应的包管理器安装): #### Arch User Repository
- Debian <Badge text="WIP" type="warning"/> 需要使用 [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers),以 [yay](https://github.com/Jguer/yay)
- Arch Linux <Badge text="WIP" type="warning"/> 为例,可通过 `yay -S xray` 安装。
### Linuxbrew 包管理器 <Badge text="WIP" type="warning"/> #### Arch Linux CN
首先添加 [Arch Linux CN 仓库](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/),然后在 root 用户下使用 `pacman -S xray` 安装。
### Linuxbrew
Linuxbrew 包管理器的使用方式与 Homebrew 一致:`brew install xray`
### Debian <Badge text="WIP" type="warning"/>
## Docker 安装方式 ## Docker 安装方式
@ -77,6 +88,6 @@ Linux 发行版 Xray 包(可通过发行版相应的包管理器安装):
## 更多更多... ## 更多更多...
您可以点击 [传送至众多大佬集结区的任意门](../links) 获取更多资源 您可以点击 [传送至众多大佬集结区的任意门](../links.md) 获取更多资源
## FAQ <Badge text="WIP" type="warning"/> ## FAQ <Badge text="WIP" type="warning"/>