fix references to .env.sample

This commit is contained in:
Adam Monsen
2024-02-10 21:08:55 -08:00
parent c45a43519a
commit 156d4ec3b2
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ a token and copy it, since you will need in for the next step.
### Setup
Set up your environmnent variables. In the `docker` directory, make a copy of `env.sample` and name it `.env`. Make changes as necessary.
Set up your environmnent variables. In the `docker` directory, make a copy of `.env.sample` and name it `.env`. Make changes as necessary.
Any environment variables supported by InvokeAI can be set here - please see the [CONFIGURATION](../features/CONFIGURATION.md) for further detail.