From 7acc3394a2458462d04fe918c5d45c5414a749e6 Mon Sep 17 00:00:00 2001 From: Timo Zander Date: Thu, 18 May 2023 11:16:35 +0200 Subject: [PATCH] docs: add pnpm to install.md instructions (#123) --- guide/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guide/install.md b/guide/install.md index 6b7364c..772e527 100644 --- a/guide/install.md +++ b/guide/install.md @@ -18,6 +18,12 @@ With Yarn: $ yarn create slidev ``` +With PNPM: + +```bash +$ pnpm create slidev +``` + Follow the prompts and it will open up the slideshow at `http://localhost:3030/` automatically for you. It also contains the basic setup and a short demo with instructions on how to get started with Slidev.