We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d40ef7 commit a8daf91Copy full SHA for a8daf91
1 file changed
docs/src/content/docs/ja/getting-started.mdx
@@ -128,27 +128,27 @@ description: これはStarlightで作成されたサイトのページです
128
Starlightはベータ版のソフトウェアであるため、頻繁に更新や改善がおこなわれます。Starlightを定期的に更新してください!
129
:::
130
131
-StarlightはAstroインテグレーションであり、他の`@astrojs/*`インテグレーションと同様に更新できます。
+StarlightはAstroインテグレーションです。ターミナルで以下のコマンドを実行すると、他のAstroパッケージと一緒にStarlightを更新できます。
132
133
<Tabs>
134
<TabItem label="npm">
135
136
```sh
137
-npm install @astrojs/starlight@latest
+npx @astrojs/upgrade
138
```
139
140
</TabItem>
141
<TabItem label="pnpm">
142
143
144
-pnpm upgrade @astrojs/starlight --latest
+pnpm dlx @astrojs/upgrade
145
146
147
148
<TabItem label="Yarn">
149
150
151
-yarn upgrade @astrojs/starlight --latest
+yarn dlx @astrojs/upgrade
152
153
154
0 commit comments