cahnge md

This commit is contained in:
刘河
2019-12-13 08:57:00 +08:00
parent cf9644e902
commit c759ceff49
16 changed files with 193 additions and 159 deletions

View File

@@ -1,17 +1,19 @@
#release安装
> [releases](https://github.com/cnlh/nps/releases)
# 安装
## 安装包安装
[releases](https://github.com/cnlh/nps/releases)
下载对应的系统版本即可,服务端和客户端是单独的
# 源码安装
## 源码安装
- 安装源码
> go get -u github.com/cnlh/nps...
```go get -u github.com/cnlh/nps...
```
- 编译
> go build cmd/nps/nps.go
服务端```go build cmd/nps/nps.go```
> go build cmd/npc/npc.go
客户端```go build cmd/npc/npc.go```
# docker安装
## docker安装
> [server](https://hub.docker.com/r/ffdfgdfg/nps)
> [client](https://hub.docker.com/r/ffdfgdfg/npc)