mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
agate: add Spanish translation (#9667)
This commit is contained in:
parent
6474a97f2b
commit
582f2ac0ce
1 changed files with 16 additions and 0 deletions
16
pages.es/common/agate.md
Normal file
16
pages.es/common/agate.md
Normal 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`
|
Loading…
Add table
Reference in a new issue