1
0
Fork 0
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:
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

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`