Skip to content

Commit

Permalink
feat: add install version + pnpm and yarn version (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saman-Safaei-Dev authored Feb 14, 2024
1 parent 06bdf11 commit 5e089b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ __Please help me build OSS__ 👉 [GitHub Sponsors](https://github.com/sponsors/
Install JSON Server

```
npm install -g json-server
npm install -g [email protected] # NPM
yarn global add [email protected] # Yarn
pnpm add -g [email protected] # PNPM
```

Create a `db.json` file with some data
Expand Down

0 comments on commit 5e089b9

Please sign in to comment.