Skip to content

Commit ca19c76

Browse files
docs(installation): update Korean and English documents (#197)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent 4230fb0 commit ca19c76

2 files changed

Lines changed: 9 additions & 23 deletions

File tree

src/docs/en/installation.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ description: How to install react-simplikit
44

55
# Installation
66

7-
`react-simplikit` is available via [npm](https://npmjs.com/package/react-simplikit) for Node.js and Bun.
8-
9-
## Node.js
10-
11-
Install react-simplikit with the following command:
7+
You can install `react-simplikit` from [npm](https://npmjs.com/package/react-simplikit) using your favorite package manager.
128

139
::: code-group
1410

@@ -24,12 +20,8 @@ pnpm add react-simplikit
2420
yarn add react-simplikit
2521
```
2622

27-
:::
28-
29-
## Bun
30-
31-
react-simplikit is also available on Bun. You can install it via the following command:
32-
33-
```sh
23+
```sh [bun]
3424
bun add react-simplikit
3525
```
26+
27+
:::

src/docs/ko/installation.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
---
2-
description: 설치하기
2+
description: react-simplikit을 설치하는 방법
33
---
44

55
# 설치하기
66

7-
Node.js나 Bun을 사용한다면 [npm](https://npmjs.com/package/react-simplikit)에서 `react-simplikit`을 설치할 수 있어요.
8-
9-
`react-simplikit`을 설치하려면 각각 다음 명령어를 사용하세요.
10-
11-
## Node.js
7+
선호하는 패키지 매니저를 사용하여 [npm](https://npmjs.com/package/react-simplikit)에서 `react-simplikit`을 설치할 수 있어요.
128

139
::: code-group
1410

@@ -24,10 +20,8 @@ pnpm add react-simplikit
2420
yarn add react-simplikit
2521
```
2622

27-
:::
28-
29-
## Bun
30-
31-
```sh
23+
```sh [bun]
3224
bun add react-simplikit
3325
```
26+
27+
:::

0 commit comments

Comments
 (0)