Skip to content

Commit b26aca5

Browse files
committed
i18n(ko-KR): update getting-started.mdx
1 parent 64b5553 commit b26aca5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/content/docs/ko/getting-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,27 +137,27 @@ Starlight는 베타 소프트웨어이기 때문에 업데이트와 개선이
137137
정기적으로 Starlight를 업데이트하세요!
138138
:::
139139

140-
Starlight는 Astro 통합이므로 `@astrojs/*` 업데이트할 수 있습니다.
140+
Starlight는 Astro 통합입니다. 터미널에서 다음 명령을 실행하여 이 패키지와 다른 Astro 패키지를 업데이트할 수 있습니다.
141141

142142
<Tabs>
143143
<TabItem label="npm">
144144

145145
```sh
146-
npm install @astrojs/starlight@latest
146+
npx @astrojs/upgrade
147147
```
148148

149149
</TabItem>
150150
<TabItem label="pnpm">
151151

152152
```sh
153-
pnpm upgrade @astrojs/starlight --latest
153+
pnpm dlx @astrojs/upgrade
154154
```
155155

156156
</TabItem>
157157
<TabItem label="Yarn">
158158

159159
```sh
160-
yarn upgrade @astrojs/starlight --latest
160+
yarn dlx @astrojs/upgrade
161161
```
162162

163163
</TabItem>

0 commit comments

Comments
 (0)