Skip to content

Commit

Permalink
i18n(fr): update getting-started.mdx (#1245)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
HiDeoo and delucis authored Dec 12, 2023
1 parent ff6498b commit 7a3ca64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/content/docs/fr/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,27 +135,28 @@ Comme Starlight est un logiciel en version bêta, il y aura des mises à jour et
Assurez-vous de mettre à jour Starlight régulièrement !
:::

Starlight est une intégration Astro, et est mis à jour comme toute intégration `@astrojs/*` :
Starlight est une intégration Astro.
Vous pouvez la mettre à jour ainsi que tous autres packages Astro en exécutant la commande suivante dans votre 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 7a3ca64

Please sign in to comment.