From a71b88589d4c5f7d0088731ee8a644bc3969a5eb Mon Sep 17 00:00:00 2001 From: X1a0t Date: Wed, 18 Oct 2023 22:00:10 +0800 Subject: [PATCH] docs: README adding optional pnpm scaffolding (#5264) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90fcad915..602a358413 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Follow the commands listed below. ```bash $ mkdir showcase && cd showcase -$ npm init egg --type=simple +$ npm init egg --type=simple # Optionally pnpm create egg --type=simple $ npm install $ npm run dev $ open http://localhost:7001