agate: add Spanish translation (#9667)

pull/1/head
Darío Hereñú 2022-12-25 15:06:33 -03:00 committed by GitHub
parent 6474a97f2b
commit 582f2ac0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.es/common/agate.md Normal file
View File

@ -0,0 +1,16 @@
# agate
> Un sencillo servidor para el protocolo de red Gemini.
> Más información: <https://github.com/mbrubeck/agate>.
- Ejecuta y genera una clave privada y un certificado:
`agate --content {{ruta/a/contenido/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{ejemplo.com}} --lang {{sp-SP}}`
- Ejecuta servidor:
`agate {{ruta/al/archivo}}`
- Muestra la ayuda:
`agate -h`