Skip to content

Commit 4f1c08c

Browse files
committed
update how to use instructions
1 parent 2620a61 commit 4f1c08c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

with-better-auth/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ Run the following command:
2929
npx create-expo -e with-better-auth
3030
```
3131

32-
Install dependencies and start the server.
32+
Run prisma generate
3333

3434
```bash
35-
npx expo install && npx expo start
35+
npx prisma generate
36+
```
37+
38+
Start the server
39+
40+
```bash
41+
npx expo start
3642
```
3743

3844
That's it!

0 commit comments

Comments
 (0)