1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

xcodes-runtimes: add Spanish translation (#11172)

This commit is contained in:
Darío Hereñú 2023-10-22 15:16:10 -03:00 committed by GitHub
parent c6a8d69715
commit 2d85f5f649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# xcodes runtimes
> Gestiona los tiempos de ejecución de Xcode Simulator.
> Más información: <https://github.com/xcodesorg/xcodes>.
- Muestra todos los tiempos de ejecución del simulador disponibles:
`xcodes runtimes --include-betas`
- Descarga un simulador de un tiempo de ejecución:
`xcodes runtimes download {{nombre_del_tiempo_de_ejecución}}`
- Descarga e instala un simulador de un tiempo de ejecución:
`xcodes runtimes install {{nombre_del_tiempo_de_ejecución}}`