Add a brief explanation in the readme file as to how to use this variable.
๐ญ Motivation and context
I could not choose a default world via the docker-compose file, until a discord user mentioned that FOUNDRY_WORLD must be set as the folder name and not the pretty name.
I believe this fix will make this easier for future users to understand.
๐งช Testing
I verified that my branch displays the value as expected
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[ ] All relevant type-of-change labels have been added.
๐ฃ Description
Add a brief explanation in the readme file as to how to use this variable.
๐ญ Motivation and context
I could not choose a default world via the docker-compose file, until a discord user mentioned that
FOUNDRY_WORLD
must be set as the folder name and not the pretty name.I believe this fix will make this easier for future users to understand.
๐งช Testing
I verified that my branch displays the value as expected
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[ ] All relevant type-of-change labels have been added.
[x] I have read the CONTRIBUTING document.
[x ] All relevant repo and/or project documentation has been updated to reflect the changes in this PR.