Skip to content

Commit

Permalink
chore: install using pnpm (ant-design#44639)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Sep 5, 2023
1 parent 1b61870 commit 002382c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ npm install antd --save
yarn add antd
```

```bash
pnpm add antd
```

## 🔨 示例

```jsx
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ npm install antd
yarn add antd
```

```bash
pnpm add antd
```

## 🔨 Usage

```jsx
Expand Down

0 comments on commit 002382c

Please sign in to comment.