From c07b92cb1800bd16853788206ab4cbcdddb12f97 Mon Sep 17 00:00:00 2001 From: DC7IA <26351852+DC7IA@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:43:49 +0200 Subject: [PATCH] Update README.md Mention .env.example as a reference for an .env file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7a2e9..1827c8f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You have three options: You can fix the homeserver, so that the user can no longer define it himself. Either you define it at startup (e.g. `REACT_APP_SERVER=https://yourmatrixserver.example.com yarn start`) -or by editing it in the [.env](.env) file. See also the +or by editing it in the .env file, you can use [.env.example](.env.example) as a reference. See also the [documentation](https://create-react-app.dev/docs/adding-custom-environment-variables/). #### Steps for 3)