Skip to content

Commit

Permalink
getting-started.mdx (withastro#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Dec 25, 2023
1 parent 881fcce commit 379c2ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/pt-br/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,27 +135,27 @@ Como o Starlight é um software em beta, haverá frequentes atualizações e mel
Certifique-se de atualizar Starlight constantemente!
:::

Starlight é uma integração Astro, e é atualizado como qualquer outra integração `@astrojs/*`:
Starlight é uma integração Astro. Você pode atualiza-lo e outros pacotes Astro com o seguinte comando em seu 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 379c2ad

Please sign in to comment.