agate: add pt_BR translation (#8198)

pull/1/head
Julia Furst Morgado 2022-07-18 14:44:56 -04:00 committed by GitHub
parent 58216fe3e6
commit 521f2f7f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View 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`