更新说明
This commit is contained in:
parent
79fa5bf76e
commit
e13cd054d1
17
README.md
17
README.md
@ -1,25 +1,24 @@
|
|||||||
# netplay-lobby-server-go
|
# netplay-lobby-server-go
|
||||||
|
|
||||||
Netplay lobby server written in GO. Needs Go v1.13.
|
用 GO 编写的 Netplay 大厅服务器。需要 Go v1.13。
|
||||||
|
|
||||||
## Deployment
|
## 部署
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build
|
go build
|
||||||
./netplay-lobby-server-go
|
./netplay-lobby-server-go
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## 配置
|
||||||
Rename the ```config/lobby.template.yaml``` to ```config/lobby.yaml``` and place the configuration file in one of the
|
将 ```config/lobby.template.yaml``` 重命名为 ```config/lobby.yaml``` 并将配置文件放置在以下目录之一:
|
||||||
following directories:
|
|
||||||
|
|
||||||
- /etc/lobby
|
- /etc/lobby
|
||||||
- $HOME/.lobby
|
- $HOME/.lobby
|
||||||
- ./config
|
- ./config
|
||||||
|
|
||||||
## LICENSE
|
## 许可证
|
||||||
|
|
||||||
The server itself is licensed under AGPLv3.
|
服务器本身在 AGPLv3 许可证下发布。
|
||||||
|
|
||||||
This product includes GeoLite2 data created by MaxMind, available from
|
该产品包含由 MaxMind 创建的 GeoLite2 数据,可从
|
||||||
[https://www.maxmind.com](https://www.maxmind.com)
|
[https://www.maxmind.com](https://www.maxmind.com) 获取。
|
||||||
|
Loading…
Reference in New Issue
Block a user