mirror of https://github.com/qwqdanchun/nps.git
19 lines
420 B
Markdown
19 lines
420 B
Markdown
# 安装
|
|
## 安装包安装
|
|
[releases](https://github.com/ehang-io/nps/releases)
|
|
|
|
下载对应的系统版本即可,服务端和客户端是单独的
|
|
|
|
## 源码安装
|
|
- 安装源码
|
|
```go get -u ehang.io/nps```
|
|
- 编译
|
|
|
|
服务端```go build cmd/nps/nps.go```
|
|
|
|
客户端```go build cmd/npc/npc.go```
|
|
|
|
## docker安装
|
|
> [server](https://hub.docker.com/r/ffdfgdfg/nps)
|
|
> [client](https://hub.docker.com/r/ffdfgdfg/npc)
|