Skip to content

Commit

Permalink
i18n(es): Update getting-started.mdx (#1247)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 7, 2023
1 parent 64d6831 commit 7d40ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/es/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,27 +134,27 @@ Debido a que Starlight es un software beta, habr谩 actualizaciones y mejoras fre
隆Aseg煤rate de actualizar Starlight regularmente!
:::

Starlight es una integraci贸n Astro y se actualiza de la misma manera que cualquier otra integraci贸n `@astrojs/*`:
Starlight es una integraci贸n Astro. Puedes actualizarlo y otros paquetes de Astro ejecutando el siguiente comando en tu terminal:

<Tabs>
<TabItem label="npm">

```sh
npm install @astrojs/starlight@latest
npx @astrojs/upgrade
```

</TabItem>
<TabItem label="pnpm">

```sh
pnpm upgrade @astrojs/starlight --latest
pnpm dlx @astrojs/upgrade
```

</TabItem>
<TabItem label="Yarn">

```sh
yarn upgrade @astrojs/starlight --latest
yarn dlx @astrojs/upgrade
```

</TabItem>
Expand Down

0 comments on commit 7d40ef7

Please sign in to comment.