Skip to content

Commit

Permalink
Update @prisma/cli README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 27, 2020
1 parent 04383c6 commit f23a484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/prisma2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ The Prisma 2 CLI currently requires [Node.js 10](https://nodejs.org/en/download/
### npm

```
npm install -g prisma2
npm install @prisma/cli --save-dev
```

### Yarn

```
yarn global add prisma2
yarn add @prisma/cli --dev
```

## General
Expand Down

0 comments on commit f23a484

Please sign in to comment.