Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
若尘(樱の泪) committed Jan 14, 2019
1 parent 9653100 commit d369cb9
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ Vnet是一个代理工具,在某些网络条件受到限制的情况先提供突
## 已知问题
- [ ] log formatter setdepth 多线程问题待改进



## 运行
linux去release页面下载对应的指令集二进制文件给运行权限直接运行,根据提示输入对应的配置好

window直接运行exe

linx:
```
chmod +x server && ./server
```

## 编译方式
```
go get -u -d github/rc452860/vnet
Expand All @@ -26,13 +38,4 @@ go get -u -d github/rc452860/vnet

```
go build cmd/server/server.go
```

## 运行
linux:
```
chmod +x server && ./server
```

windows:
运行server.exe
```

0 comments on commit d369cb9

Please sign in to comment.