Skip to content

Commit 7acc339

Browse files
authored
docs: add pnpm to install.md instructions (#123)
1 parent 86744c7 commit 7acc339

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guide/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ With Yarn:
1818
$ yarn create slidev
1919
```
2020

21+
With PNPM:
22+
23+
```bash
24+
$ pnpm create slidev
25+
```
26+
2127
Follow the prompts and it will open up the slideshow at `http://localhost:3030/` automatically for you.
2228

2329
It also contains the basic setup and a short demo with instructions on how to get started with Slidev.

0 commit comments

Comments
 (0)