From 0af84cffbe1eb86d3f9ba5c0d98ce565fdc57ed1 Mon Sep 17 00:00:00 2001 From: Artur Mostowski Date: Tue, 21 Jan 2025 19:11:20 +0100 Subject: [PATCH] adjustment: rm instruction to 'pnpm add sharp' in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd5bc73ec..fd20fe8ce 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A static blog template built with [Astro](https://astro.build). ## 🚀 How to Use 1. [Generate a new repository](https://github.com/saicaca/fuwari/generate) from this template or fork this repository. -2. To edit your blog locally, clone your repository, run `pnpm install` AND `pnpm add sharp` to install dependencies. +2. To edit your blog locally, clone your repository, run `pnpm install`. - Install [pnpm](https://pnpm.io) `npm install -g pnpm` if you haven't. 3. Edit the config file `src/config.ts` to customize your blog. 4. Run `pnpm new-post ` to create a new post and edit it in `src/content/posts/`.