change docs path

This commit is contained in:
ffdfgdfg
2020-01-08 22:24:03 +08:00
parent 6c7ac59626
commit 5d7023f055
10 changed files with 22 additions and 23 deletions

View File

@@ -1,13 +1,12 @@
# 安装
## 安装包安装
[releases](https://github.com/cnlh/nps/releases)
[releases](https://github.com/ehang-io/nps/releases)
下载对应的系统版本即可,服务端和客户端是单独的
## 源码安装
- 安装源码
```go get -u github.com/cnlh/nps...
```
```go get -u ehang.io/nps...```
- 编译
服务端```go build cmd/nps/nps.go```