Skip to content

Commit

Permalink
docs: update installation section (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
minsoo-web authored Jun 30, 2024
1 parent 02f14b3 commit e62c061
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
14 changes: 12 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@ es-toolkit is available via [npm](https://npmjs.com/package/es-toolkit) for Node

es-toolkit supports Node.js 18 or later. Install es-toolkit with the following command:

```sh
::: code-group

```sh [npm]
npm install es-toolkit
yarn add es-toolkit
```

```sh [pnpm]
pnpm install es-toolkit
```

```sh [yarn]
yarn add es-toolkit
```

:::

## Deno

es-toolkit is also available via [JSR](https://jsr.io/@es-toolkit/es-toolkit) for Deno. To install es-toolkit, use the following command:
Expand Down
14 changes: 12 additions & 2 deletions docs/ko/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@ Node.js나 Bun을 사용하는 경우, [npm](https://npmjs.com/package/es-toolki

es-toolkit은 Node.js 18 또는 이후 버전을 지원해요. es-toolkit을 설치하기 위해서는 아래 명령어를 사용해주세요.

```sh
::: code-group

```sh [npm]
npm install es-toolkit
yarn add es-toolkit
```

```sh [pnpm]
pnpm install es-toolkit
```

```sh [yarn]
yarn add es-toolkit
```

:::

## Deno

es-toolkit을 Deno에서도 사용할 수 있어요. [JSR](https://jsr.io/@es-toolkit/es-toolkit)에서 아래 명령어로 설치하세요.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
"lint": "eslint ./src --ext .ts",
"format": "prettier --write ."
}
}
}

0 comments on commit e62c061

Please sign in to comment.