diff --git a/config/README.md b/config/README.md index 0f986e7..8677282 100644 --- a/config/README.md +++ b/config/README.md @@ -14,7 +14,7 @@ If you wish to add server configurations, such as add-ons, plugins, map rotation The `config` directory is volume-mapped within the directory for the game for which you're starting the container. For example, if you're starting a container for `cstrike`, you can add things like `mapcycle.txt` or `motd.txt` here, and it would appear within the corresponding `cstrike` directory within the container. -The config directory should be volume mapped to `/temp/config`, for example `./config:/temp/config"`, once the container starts it will re-write the files into the correct place so the Half-Life Dedicated Server client recognizes them. +The config directory should be volume mapped to `/temp/config`, for example `./config:/temp/config`, once the container starts it will re-write the files into the correct place so the Half-Life Dedicated Server client recognizes them. > [!NOTE] > The startup examples posted in the project README already have this directory volume mapped accordingly. If you've strayed from the suggested setup, [please refer back to it to get started](../../README.md). diff --git a/mods/README.md b/mods/README.md index 0fcb9b0..c510e94 100644 --- a/mods/README.md +++ b/mods/README.md @@ -15,7 +15,7 @@ If you want to run a custom mod, you can do so with the `mods` directory. Your d The `mods` directory is volume mapped within the root directory of the Half-Life Dedicated Server client on startup. For example, if you wanted to add a mod named `decay`, you'd place it as a subfolder here, i.e., `mods/decay`. Once the container starts, it would be placed in the following directory within the container. -The mods directory should be volume mapped to `/temp/mods`, for example `./mods:/temp/mods"`, once the container starts it will re-write the files into the correct place so the Half-Life Dedicated Server client recognizes them. +The mods directory should be volume mapped to `/temp/mods`, for example `./mods:/temp/mods`, once the container starts it will re-write the files into the correct place so the Half-Life Dedicated Server client recognizes them. ``` ├── 📦 hlds