chore: update README to remove pnpm / yarn

We use npm in this project.
This commit is contained in:
Shibo Lyu 2024-08-30 11:54:58 +08:00
parent 439e188bf8
commit 78339cd0b9

View file

@ -4,7 +4,7 @@ A web client for Blah IM, built with [SvelteKit](https://kit.svelte.dev) & [Tail
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev