1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

Correct screenshot paths in documentation

These have been wrong since https://github.com/OpenMW/openmw/pull/2787
got merged
This commit is contained in:
AnyOldName3 2020-10-05 20:38:31 +00:00
parent 72ab340374
commit 03b081137a

View file

@ -43,16 +43,16 @@ Savegames
Screenshots
-----------
+--------------+-----------------------------------------------------------------------------------------------+
| OS | Location |
+==============+===============================================================================================+
| Linux | ``$HOME/.local/share/openmw`` |
+--------------+-----------------------------------------------------------------------------------------------+
| Mac | ``$HOME/Library/Application\ Support/openmw`` |
+--------------+---------------+-------------------------------------------------------------------------------+
| Windows | File Explorer | ``Documents\My Games\OpenMW`` |
| | | |
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` |
| | | |
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` |
+--------------+---------------+-------------------------------------------------------------------------------+
+--------------+-----------------------------------------------------------------------------------------------------------+
| OS | Location |
+==============+===========================================================================================================+
| Linux | ``$HOME/.local/share/openmw/screenshots`` |
+--------------+-----------------------------------------------------------------------------------------------------------+
| Mac | ``$HOME/Library/Application\ Support/openmw/screenshots`` |
+--------------+---------------+-------------------------------------------------------------------------------------------+
| Windows | File Explorer | ``Documents\My Games\OpenMW\screenshots`` |
| | | |
| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\screenshots"`` |
| | | |
| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\screenshots`` |
+--------------+---------------+-------------------------------------------------------------------------------------------+