Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required translation updates for Spanish #1028

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed dead link
  • Loading branch information
alemohamad authored and TheHandyOwl committed Dec 14, 2024
commit c73d35497866a41d7a2b9535e1088b24d8151f7d
4 changes: 2 additions & 2 deletions docs/install/linux.es.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instalación en Linux

Para usar Vapor, necesitas Swift 5.9 o superior. Esto se puede instalar utilizando la herramienta CLI [Swiftly](https://swift-server.github.io/swiftly/) proporcionada por el Swift Server Workgroup (recomendado), o las toolchains disponibles en [Swift.org](https://swift.org/download/).
Para usar Vapor, necesitas Swift 5.9 o superior. Esto se puede instalar utilizando la herramienta CLI [Swiftly](https://swiftlang.github.io/swiftly/) proporcionada por el Swift Server Workgroup (recomendado), o las toolchains disponibles en [Swift.org](https://swift.org/download/).

## Distribuciones y Versiones Soportadas

Expand All @@ -12,7 +12,7 @@ Las distribuciones de Linux que no son oficialmente compatibles también pueden

### Instalación automatizada usando la herramienta Swiftly CLI (recomendada)

Visita el [sitio web de Swiftly](https://swift-server.github.io/swiftly/) para obtener instrucciones sobre cómo instalar Swiftly y Swift en Linux. Después de eso, instala Swift con el siguiente comando:
Visita el [sitio web de Swiftly](https://swiftlang.github.io/swiftly/) para obtener instrucciones sobre cómo instalar Swiftly y Swift en Linux. Después de eso, instala Swift con el siguiente comando:

#### Uso básico

Expand Down