Skip to content

Commit 5e089b9

Browse files
feat: add install version + pnpm and yarn version (#1516)
1 parent 06bdf11 commit 5e089b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ __Please help me build OSS__ 👉 [GitHub Sponsors](https://github.com/sponsors/
101101
Install JSON Server
102102

103103
```
104-
npm install -g json-server
104+
npm install -g [email protected] # NPM
105+
yarn global add [email protected] # Yarn
106+
pnpm add -g [email protected] # PNPM
105107
```
106108

107109
Create a `db.json` file with some data

0 commit comments

Comments
 (0)