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