Fix layout and some terms changed

This commit is contained in:
Samuele Esposito 2019-04-10 22:09:18 +02:00 committed by Mathieu Comandon
parent 52da6bbde1
commit 8d968453b4

View file

@ -45,8 +45,7 @@ Configuration files
* ``~/.config/lutris``: The client, runners, and game configuration files * ``~/.config/lutris``: The client, runners, and game configuration files
* There is be no need to manually edit these files as everything should There is be no need to manually edit these files as everything should be done from the client.
be done from the client.
* ``lutris.conf``: Preferences for the client's UI * ``lutris.conf``: Preferences for the client's UI
@ -56,20 +55,19 @@ be done from the client.
* ``games/*.yml``: Game-specific configurations * ``games/*.yml``: Game-specific configurations
Game-specific configurations supersede runner-specific configurations, which in Game-specific configurations overwrite runner-specific configurations, which in
turn supersede the system configuration. turn overwrite the system configuration.
Runners and the game database Runners and the game database
============================= =============================
``~/.local/share/lutris``: All data necessary to manage Lutris' library and games, including: ``~/.local/share/lutris``: All data necessary to manage Lutris' library and games, including:
* ``pga.db``: An SQLite database tracking the game library, game installation * ``pga.db``: An SQLite database tracking the game library, game installation status, various file locations, and some additional metadata
status, various file locations, and some additional metadata
``runners/*``: Runners downloaded from `lutris.net <https://lutris.net>`_ * ``runners/*``: Runners downloaded from `lutris.net <https://lutris.net>`_
``icons/*.png`` and ``banners/*.jpg``: Game banners and icons * ``icons/*.png`` and ``banners/*.jpg``: Game banners and icons
Command line options Command line options
==================== ====================