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

Lines changed: 3 additions & 1 deletion
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 json-server@0.17.4 # NPM
105+
yarn global add json-server@0.17.4 # Yarn
106+
pnpm add -g json-server@0.17.4 # PNPM
105107
```
106108

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

0 commit comments

Comments
 (0)