From cd4f5985e417c0f6e1dd0a93f2fa6061098803a3 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 13 Dec 2023 00:32:12 +0100 Subject: [PATCH] Mention that you have to make a .env file in local dev guide --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a336ff..fdc4776d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ pnpm install pnpm run dev ``` +You have to also make an `.env` file to configure your environment. Inspire it from the content of `example.env`. + To build production files, run: ```bash pnpm build @@ -55,7 +57,7 @@ pnpm build A simple guide has been written to assist in hosting your own instance of movie-web. Check it out below -|[Selfhosting guide](https://docs.movie-web.app/self-hosting/self-hosting)| +|[Selfhosting guide](https://docs.movie-web.app)| |---|