Skip to content

Commit

Permalink
i18n(ja): Update getting-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed Dec 7, 2023
1 parent 7d40ef7 commit a8daf91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/ja/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,27 +128,27 @@ description: これはStarlightで作成されたサイトのページです
Starlightはベータ版のソフトウェアであるため、頻繁に更新や改善がおこなわれます。Starlightを定期的に更新してください!
:::

StarlightはAstroインテグレーションであり、他の`@astrojs/*`インテグレーションと同様に更新できます
StarlightはAstroインテグレーションです。ターミナルで以下のコマンドを実行すると、他のAstroパッケージと一緒にStarlightを更新できます

<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 a8daf91

Please sign in to comment.