Skip to content

Commit 2ccd832

Browse files
committed
docs: add pnpm to list of install options
1 parent e2df3ee commit 2ccd832

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

apps/docs/docs/getting-started/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ yarn add bootstrap bootstrap-vue-3
5757

5858
```bash
5959
npm install bootstrap bootstrap-vue-3
60+
```
61+
62+
</CodeGroupItem>
63+
64+
<CodeGroupItem title="PNPM">
65+
66+
```bash
67+
pnpm add bootstrap bootstrap-vue-3
6068
```
6169

6270
</CodeGroupItem>
@@ -99,6 +107,14 @@ yarn add bootstrap bootstrap-vue-3
99107

100108
```bash
101109
npm install bootstrap bootstrap-vue-3
110+
```
111+
112+
</CodeGroupItem>
113+
114+
<CodeGroupItem title="PNPM">
115+
116+
```bash
117+
pnpm add bootstrap bootstrap-vue-3
102118
```
103119

104120
</CodeGroupItem>

0 commit comments

Comments
 (0)