Skip to content

Commit

Permalink
新增包管理器安装示例
Browse files Browse the repository at this point in the history
  • Loading branch information
censujiang committed Mar 22, 2023
1 parent c504454 commit 63e3fec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wiki/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ yarn add galanga
npm install galanga
```

```bash [pnpm]
pnpm install galanga
```

```bash [cnpm]
cnpm install galanga
```

:::

安装完成后,您可以在项目中引入山奈并使用对应的功能:
Expand Down

0 comments on commit 63e3fec

Please sign in to comment.