Update prisma guide

This commit is contained in:
Colin McDonnell
2023-09-20 15:42:03 -07:00
parent 19151bb1d2
commit 2e06dbaffe

View File

@@ -2,6 +2,12 @@
name: Get started using Prisma
---
{% callout %}
**Note** At the moment Prisma needs Node.js to be installed to run certain generation code. Make sure Node.js is installed in the environment where you're running `bunx prisma` commands.
{% /callout %}
---
Prisma works out of the box with Bun. First, create a directory and initialize it with `bun init`.
```bash