Skip to content

Commit ae25eb5

Browse files
authored
Merge branch 'main' into security-audit-fix/fast-xml-parser
2 parents e19ed2d + 1c193cc commit ae25eb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ Here is what you need to be able to run Cal.com.
149149
- Duplicate `.env.example` to `.env`
150150
- Use `openssl rand -base64 32` to generate a key and add it under `NEXTAUTH_SECRET` in the `.env` file.
151151
- Use `openssl rand -base64 24` to generate a key and add it under `CALENDSO_ENCRYPTION_KEY` in the `.env` file.
152+
153+
> **Windows users:** Replace the `packages/prisma/.env` symlink with a real copy to avoid a Prisma error (`unexpected character / in variable name`):
154+
>
155+
> ```sh
156+
> # Git Bash / WSL
157+
> rm packages/prisma/.env && cp .env packages/prisma/.env
158+
> ```
152159
153160
5. Setup Node
154161
If your Node version does not meet the project's requirements as instructed by the docs, "nvm" (Node Version Manager) allows using Node at the version required by the project:

0 commit comments

Comments
 (0)