From 2732aaf9c18c786e54641b3a1a1b5a5f57866fcc Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Sun, 17 Mar 2024 23:38:14 +0100 Subject: [PATCH] updates README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9cb0b7c..6bcea671 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ docker compose up -d The first startup can take up to 90 seconds after which you can access the frontend at localhost:3000. -> Note: if you are using wanderer in a production environment make sure to change the MEILI_MASTER_KEY. +> ℹ️ if you are not hosting wanderer at http://localhost:3000 make sure to change ORIGIN variable. Otherwise you will run into CORS errors. + +> ⚠️ if you are using wanderer in a production environment make sure to change the MEILI_MASTER_KEY variable. You can also run wanderer on bare-metal. Check out the [documentation](https://github.com/Flomp/wanderer/wiki/Installation#from-source) for a detailed how-to guide.