Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 427 Bytes

install.md

File metadata and controls

19 lines (14 loc) · 427 Bytes

安装

安装包安装

releases

下载对应的系统版本即可,服务端和客户端是单独的

源码安装

  • 安装源码
  • 编译

服务端go build cmd/nps/nps.go

客户端go build cmd/npc/npc.go

docker安装

server client