Update README.md

Mention .env.example as a reference for an .env file
This commit is contained in:
DC7IA 2023-08-04 12:43:49 +02:00 committed by GitHub
parent b234aef905
commit c07b92cb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)