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.
getting-started.mdx
1 parent 64b5553 commit b26aca5Copy full SHA for b26aca5
1 file changed
docs/src/content/docs/ko/getting-started.mdx
@@ -137,27 +137,27 @@ Starlight는 베타 소프트웨어이기 때문에 업데이트와 개선이
137
정기적으로 Starlight를 업데이트하세요!
138
:::
139
140
-Starlight는 Astro 통합이므로 `@astrojs/*`로 업데이트할 수 있습니다.
+Starlight는 Astro 통합입니다. 터미널에서 다음 명령을 실행하여 이 패키지와 다른 Astro 패키지를 업데이트할 수 있습니다.
141
142
<Tabs>
143
<TabItem label="npm">
144
145
```sh
146
-npm install @astrojs/starlight@latest
+npx @astrojs/upgrade
147
```
148
149
</TabItem>
150
<TabItem label="pnpm">
151
152
153
-pnpm upgrade @astrojs/starlight --latest
+pnpm dlx @astrojs/upgrade
154
155
156
157
<TabItem label="Yarn">
158
159
160
-yarn upgrade @astrojs/starlight --latest
+yarn dlx @astrojs/upgrade
161
162
163
0 commit comments