Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update svelte.md #3872

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/tutorials/svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Run the following command in your terminal to create a new directory called `sve
```bash
npx create-snowpack-app svelte-snowpack --template @snowpack/app-template-minimal
```
> 💡 Tip: add the `--use-yarn` or `--use-pnpm` flag to use something other than npm

Head to the new `svelte-snowpack` directory and start Snowpack with the following two commands:

Expand All @@ -52,8 +53,6 @@ Now that you have a basic project up and running! The next step is to install Sv
npm install svelte --save
```

> 💡 Tip: add the `--use-yarn` or `--use-pnpm` flag to use something other than npm

```bash
npm install @snowpack/plugin-svelte --save-dev
```
Expand Down