From 6eefd0d2806ee4ceec4aae98f4361eb1b2a30cbe Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Fri, 10 May 2024 09:48:03 -0700
Subject: [PATCH] update STORAGE_DIR for baremetal.md resolves #1340

---
 BARE_METAL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BARE_METAL.md b/BARE_METAL.md
index 8d495d81b..220ef0f89 100644
--- a/BARE_METAL.md
+++ b/BARE_METAL.md
@@ -27,7 +27,7 @@ Here you can find the scripts and known working process to run AnythingLLM outsi
 
 4. Ensure that the `server/.env` file has _at least_ these keys to start. These values will persist and this file will be automatically written and managed after your first successful boot.
 ```
-STORAGE_DIR="/your/absolute/path/to/server/.env"
+STORAGE_DIR="/your/absolute/path/to/server/storage"
 ```
 
 5. Edit the `frontend/.env` file for the `VITE_BASE_API` to now be set to `/api`. This is documented in the .env for which one you should use.