mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
agate: add pt_BR translation (#8198)
This commit is contained in:
parent
58216fe3e6
commit
521f2f7f6b
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/common/agate.md
Normal file
16
pages.pt_BR/common/agate.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# agate
|
||||
|
||||
> Um simples servidor para o protocolo de internet Gemini.
|
||||
> Mais informações: <https://github.com/mbrubeck/agate>.
|
||||
|
||||
- Executa e gera uma chave privada e um certificado:
|
||||
|
||||
`agate --content {{caminho/para/conteudo/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}`
|
||||
|
||||
- Executa o servidor:
|
||||
|
||||
`agate {{caminho/para/arquivo}}`
|
||||
|
||||
- Exibe opções de ajuda:
|
||||
|
||||
`agate -h`
|
Loading…
Add table
Reference in a new issue