Skip to content

Commit

Permalink
applying feedback to switch from bash to console
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin authored and diego-crespo committed Jan 22, 2024
1 parent 6a1979e commit d6d1cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/manuals/installation/install-game-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ If you are using a Linux distribution that doesn't use apt, search your package
Once the innoextract is installed, download the game from GOG. The downloaded file should be called ``setup_tes_morrowind_goty_2.0.0.7.exe`` or something similar. When ``innoextract`` is run on it, it will extract the files directly into the folder the ``setup.exe`` file is located. If you have a specific folder where you want it to be extracted to, for example in ``~/Documents/Games/Morrowind`` You can specify it with the ``-d`` flag.

.. code:: bash
.. code:: console
innoextract setup_tes_morrowind_goty_2.0.0.7.exe -d ~/Documents/Games/Morrowind/
$ innoextract ./setup_tes_morrowind_goty_2.0.0.7.exe -d ~/Documents/Games/Morrowind/
If not just run the command without the ``-d`` flag. Assuming you used the filepath above, your ``.esm`` files will be located in this diredctory ``~/Documents/Games/Morrowind/app/Data Files/``.

Expand Down

0 comments on commit d6d1cb0

Please sign in to comment.