nps/docs/install.md

19 lines
420 B
Markdown
Raw Normal View History

2019-12-12 16:57:00 -08:00
# 安装
## 安装包安装
2020-01-08 06:24:03 -08:00
[releases](https://github.com/ehang-io/nps/releases)
2019-12-12 08:00:12 -08:00
下载对应的系统版本即可,服务端和客户端是单独的
2019-12-12 16:57:00 -08:00
## 源码安装
2019-12-12 08:00:12 -08:00
- 安装源码
2020-02-08 05:25:48 -08:00
```go get -u ehang.io/nps```
2019-12-12 08:00:12 -08:00
- 编译
2019-12-12 16:57:00 -08:00
服务端```go build cmd/nps/nps.go```
2019-12-12 08:00:12 -08:00
2019-12-12 16:57:00 -08:00
客户端```go build cmd/npc/npc.go```
2019-12-12 08:00:12 -08:00
2019-12-12 16:57:00 -08:00
## docker安装
2019-12-12 08:00:12 -08:00
> [server](https://hub.docker.com/r/ffdfgdfg/nps)
> [client](https://hub.docker.com/r/ffdfgdfg/npc)