mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
agate: add Korean translation (#11648)
This commit is contained in:
parent
3911afaf40
commit
c18cf64fb0
1 changed files with 16 additions and 0 deletions
16
pages.ko/common/agate.md
Normal file
16
pages.ko/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