Skip to content

Commit c93b7a7

Browse files
authored
docs: add project init step (#17)
1 parent 485438d commit c93b7a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ git clone git@github.com:Tahul/nuxt-edgedb.git
5858
cd nuxt-edgedb
5959
pnpm install
6060
pnpm stub
61-
cd playground && pnpm run dev
61+
cd playground
62+
edgedb project init
63+
pnpm run dev
6264
```
6365

6466
## Module options

0 commit comments

Comments
 (0)