From 577e9838b36498a38fcfb9453079e2f69c97e2c4 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 8 Jan 2017 17:35:07 +0000 Subject: [PATCH] Correct lack of quotes in instructions for adding data= lines --- docs/source/openmw-mods/differences.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/openmw-mods/differences.rst b/docs/source/openmw-mods/differences.rst index 61f9b2a75a..af90bc8d67 100644 --- a/docs/source/openmw-mods/differences.rst +++ b/docs/source/openmw-mods/differences.rst @@ -21,7 +21,7 @@ To install mods via this new feature: #. Open ``openmw.cfg`` with your preffered text editor. It is located as described in https://wiki.openmw.org/index.php?title=Paths and *not* in your OpenMW root directory. #. Find or search for ``data=``. This is located very near the bottom of the file. -#. Add a new line below this line and make a new entry of the format ``data=path/to/your/mod`` +#. Add a new line below this line and make a new entry of the format ``data="path/to/your/mod"`` #. Make as many of these entries as you need for each mod folder you want to include. #. Save ``openmw.cfg``