forked from teamnwah/openmw-tes3coop
Merge pull request #1185 from AnyOldName3/patch-1
Correct lack of quotes in instructions for adding data= lines in documentation
This commit is contained in:
commit
a30dfac388
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
#. 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.
|
#. 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.
|
#. Make as many of these entries as you need for each mod folder you want to include.
|
||||||
#. Save ``openmw.cfg``
|
#. Save ``openmw.cfg``
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue