From dd72cd565cea8279cab8137ddfba8272049c5580 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 4 Apr 2024 16:34:11 -0700 Subject: [PATCH] docs: update readme instructions from bun to pnpm --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b01759e..65609e8 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ My personal website and its associated blog. Written in [SvelteKit](https://kit. ## Running locally -Install [bun](https://bun.sh), clone and `cd` into the repository, then run: +Install `pnpm`, clone and `cd` into the repository, then run: ```bash -bun install +pnpm install # for development: -bun dev +pnpm dev # for production: -bun run build -bun preview +pnpm build +pnpm preview ``` ## License