From 0e6c675d775dd4d061a787c80c402e9cfdb7d390 Mon Sep 17 00:00:00 2001 From: Tom Rogers Date: Tue, 5 Nov 2024 16:56:24 +0100 Subject: [PATCH] Add missing space. Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> --- self-hosting/GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosting/GUIDE.md b/self-hosting/GUIDE.md index 85ada8a67..b0ea1a7f8 100644 --- a/self-hosting/GUIDE.md +++ b/self-hosting/GUIDE.md @@ -30,7 +30,7 @@ These files provide all you need to get Omnivore up and running on your local en ### 3. Populate the .env file There is a .env.example file located within the docker-compose folder that should give you the necessary environment variables to begin running. -You can use these by `mv .env.example.env` +You can use these by `mv .env.example .env` The following environment variables should be changed to reflect where you are running your application.