Skip to content

Commit a4ffe64

Browse files
authored
Update docs to use pnpm instead of npm
1 parent 65ea42c commit a4ffe64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sites/hn.svelte.dev/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ A [Hacker News](https://news.ycombinator.com/) clone built with [SvelteKit](http
77
```bash
88
git clone [email protected]:sveltejs/sites
99
cd sites/sites/hn.svelte.dev
10-
npm install
11-
npm run dev
10+
pnpm install
11+
pnpm run dev
1212
```

0 commit comments

Comments
 (0)