Skip to content

Commit 864a9f9

Browse files
author
Carlos Rufo
authored
Update README.md
1 parent cafac45 commit 864a9f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ git clone https://github.com/howtographql/react-apollo/
1212

1313
### 2. Install dependencies & Deploy the Prisma database API
1414

15+
To install the Prisma CLI globally with Yarn, use the following command:
16+
```sh
17+
yarn global add prisma
18+
```
19+
20+
Also, run the following commands:
1521
```sh
1622
cd react-apollo/server
1723
yarn install
18-
yarn prisma deploy
24+
prisma deploy
1925
```
2026

2127
Then, follow these steps in the interactive CLI wizard:

0 commit comments

Comments
 (0)