mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
agate: add Chinese translation (#8777)
This commit is contained in:
parent
3f86c164a7
commit
67b67a1166
1 changed files with 16 additions and 0 deletions
16
pages.zh/common/agate.md
Normal file
16
pages.zh/common/agate.md
Normal 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`
|
Loading…
Add table
Reference in a new issue