From 78339cd0b96b2fa7ddf8f566d3f4f001685b117a Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Fri, 30 Aug 2024 11:54:58 +0800 Subject: [PATCH] chore: update README to remove pnpm / yarn We use npm in this project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73c4d5..c0f1b8a 100644 --- a/README.md +++ b/README.md @@ -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