Skip to content

Commit 172e77c

Browse files
authoredNov 6, 2024
Merge pull request #10 from brettimus/patch-1
Update README.md - put pnpm install before pnpm drizzle-kit
2 parents fd4c717 + 8ff7b9a commit 172e77c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Create `.env` file
4141
cp .env.example .env
4242
```
4343

44-
Create sqlite db / push schema
44+
Install dependencies
4545

4646
```sh
47-
pnpm drizzle-kit push
47+
pnpm install
4848
```
4949

50-
Install dependencies
50+
Create sqlite db / push schema
5151

5252
```sh
53-
pnpm install
53+
pnpm drizzle-kit push
5454
```
5555

5656
Run

0 commit comments

Comments
 (0)
Please sign in to comment.