Skip to content

Commit 28f87f2

Browse files
committed
Update installation instruction
1 parent 544b99b commit 28f87f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

spec/install.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# V2Ray 安装方式
22

3-
目前 V2Ray 还在早期测试阶段,暂不提供预编译的运行文件。请使用下面的方式下载源文件并编译。
3+
## 预编译程序
4+
发布于 [Release](https://github.com/v2ray/v2ray-core/releases) 中,每周更新,[更新周期见此](https://github.com/V2Ray/v2ray-core/blob/master/spec/roadmap.md)
45

56
## 编译源文件
7+
8+
大概流程,请根据实际情况修改
9+
610
1. 安装 Git: sudo apt-get install git -y
711
2. 安装 golang:
812
1. curl -o go_latest.tar.gz https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz
@@ -12,7 +16,7 @@
1216
3. go get github.com/v2ray/v2ray-core
1317
4. go build github.com/v2ray/v2ray-core/release/server
1418

15-
### archlinux 编译源文件
19+
### Arch Linux
1620
1. 安装 Git: sudo pacman -S git
1721
2. 安装 golang:sudo pacman -S go
1822
1. export GOPATH=$HOME/work

0 commit comments

Comments
 (0)