From 67b67a11667817525150fe8fd9dfea211aee7c6e Mon Sep 17 00:00:00 2001 From: Ethan Liu Date: Fri, 7 Oct 2022 19:22:14 +0800 Subject: [PATCH] agate: add Chinese translation (#8777) --- pages.zh/common/agate.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.zh/common/agate.md diff --git a/pages.zh/common/agate.md b/pages.zh/common/agate.md new file mode 100644 index 000000000..3c036032b --- /dev/null +++ b/pages.zh/common/agate.md @@ -0,0 +1,16 @@ +# agate + +> 一个简单的 Gemini 网络协议的服务器。 +> 更多信息:. + +- 运行并生成一个私钥和证书: + +`agate --content {{路径/到/内容/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}` + +- 启动服务器: + +`agate {{路径/到/文件}}` + +- 显示帮助: + +`agate -h`