Skip to content

Commit

Permalink
docs: README adding optional pnpm scaffolding (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseraq committed Oct 18, 2023
1 parent 89660f4 commit a71b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71b885

Please sign in to comment.