Skip to content

Commit

Permalink
docs: add pnpm to install.md instructions (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
timozander authored May 18, 2023
1 parent 86744c7 commit 7acc339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7acc339

Please sign in to comment.