Skip to content

Commit d925f72

Browse files
authored
fix references to .env.sample (#5695)
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update - [ ] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [x] No, because: it is text only, simple, and (hopefully) self-evident ## Have you updated all relevant documentation? - [x] Yes - as far as I can grep. - [ ] No ## Description `.env.sample` was misspelled as `env.sample` in a few places. This changes documentation only. You may need to re-build/deploy docs, I'm not sure.
2 parents c45a435 + 156d4ec commit d925f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is done via Docker Desktop preferences
2828

2929
### Configure Invoke environment
3030

31-
1. Make a copy of `env.sample` and name it `.env` (`cp env.sample .env` (Mac/Linux) or `copy example.env .env` (Windows)). Make changes as necessary. Set `INVOKEAI_ROOT` to an absolute path to:
31+
1. Make a copy of `.env.sample` and name it `.env` (`cp .env.sample .env` (Mac/Linux) or `copy example.env .env` (Windows)). Make changes as necessary. Set `INVOKEAI_ROOT` to an absolute path to:
3232
a. the desired location of the InvokeAI runtime directory, or
3333
b. an existing, v3.0.0 compatible runtime directory.
3434
1. Execute `run.sh`

docs/installation/040_INSTALL_DOCKER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ a token and copy it, since you will need in for the next step.
6969

7070
### Setup
7171

72-
Set up your environmnent variables. In the `docker` directory, make a copy of `env.sample` and name it `.env`. Make changes as necessary.
72+
Set up your environmnent variables. In the `docker` directory, make a copy of `.env.sample` and name it `.env`. Make changes as necessary.
7373

7474
Any environment variables supported by InvokeAI can be set here - please see the [CONFIGURATION](../features/CONFIGURATION.md) for further detail.
7575

0 commit comments

Comments
 (0)