We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86744c7 commit 7acc339Copy full SHA for 7acc339
guide/install.md
@@ -18,6 +18,12 @@ With Yarn:
18
$ yarn create slidev
19
```
20
21
+With PNPM:
22
+
23
+```bash
24
+$ pnpm create slidev
25
+```
26
27
Follow the prompts and it will open up the slideshow at `http://localhost:3030/` automatically for you.
28
29
It also contains the basic setup and a short demo with instructions on how to get started with Slidev.
0 commit comments