agate: add Chinese translation (#8777)

pull/1/head
Ethan Liu 2022-10-07 19:22:14 +08:00 committed by GitHub
parent 3f86c164a7
commit 67b67a1166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.zh/common/agate.md Normal file
View File

@ -0,0 +1,16 @@
# agate
> 一个简单的 Gemini 网络协议的服务器。
> 更多信息:<https://github.com/mbrubeck/agate>.
- 运行并生成一个私钥和证书:
`agate --content {{路径/到/内容/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}`
- 启动服务器:
`agate {{路径/到/文件}}`
- 显示帮助:
`agate -h`