Skip to content
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
12 changes: 10 additions & 2 deletions alpinelinux/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Xray-install for Alpine Linux
# Xray-install for Alpine Linux / Gentoo

English | [简体中文](README_zh-Hans.md) | [繁體中文](README_zh-Hant.md)

## Install Xray

#### Install cURL

**Alpine Linux:**

```sh
apk add curl
```

**Gentoo:**

```sh
emerge net-misc/curl
```

#### Download Installation Script

```sh
Expand All @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel
#### Run Installation Script

```sh
ash install-release.sh
sh install-release.sh
```

## Management Commands
Expand Down
12 changes: 10 additions & 2 deletions alpinelinux/README_zh-Hans.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Xray-install for Alpine Linux
# Xray-install for Alpine Linux / Gentoo

[English](README.md) | 简体中文 | [繁體中文](README_zh-Hant.md)

## 安装 Xray

#### 安装 cURL

**Alpine Linux:**

```sh
apk add curl
```

**Gentoo:**

```sh
emerge net-misc/curl
```

#### 下载安装脚本

```sh
Expand All @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel
#### 运行安装脚本

```sh
ash install-release.sh
sh install-release.sh
```

## 管理命令
Expand Down
12 changes: 10 additions & 2 deletions alpinelinux/README_zh-Hant.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Xray-install for Alpine Linux
# Xray-install for Alpine Linux / Gentoo

[English](README.md) | [简体中文](README_zh-Hans.md) | 繁體中文

## 安裝 Xray

#### 安裝 cURL

**Alpine Linux:**

```sh
apk add curl
```

**Gentoo:**

```sh
emerge net-misc/curl
```

#### 下載安裝腳本

```sh
Expand All @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel
#### 執行安裝腳本

```sh
ash install-release.sh
sh install-release.sh
```

## 管理指令
Expand Down