Skip to content

Commit

Permalink
Merge branch 'main' into update-getting-started-6
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Dec 7, 2023
2 parents 930b97a + 64d6831 commit 81fa359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/ko/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,27 @@ Starlight는 베타 소프트웨어이기 때문에 업데이트와 개선이
정기적으로 Starlight를 업데이트하세요!
:::

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

<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 81fa359

Please sign in to comment.