From 8d968453b42cada6746b87ae1023b25051a2e3b6 Mon Sep 17 00:00:00 2001 From: Samuele Esposito Date: Wed, 10 Apr 2019 22:09:18 +0200 Subject: [PATCH] Fix layout and some terms changed --- README.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 2987517db..7f8128f4c 100644 --- a/README.rst +++ b/README.rst @@ -45,8 +45,7 @@ Configuration files * ``~/.config/lutris``: The client, runners, and game configuration files - * There is be no need to manually edit these files as everything should -be done from the client. + There is be no need to manually edit these files as everything should be done from the client. * ``lutris.conf``: Preferences for the client's UI @@ -56,20 +55,19 @@ be done from the client. * ``games/*.yml``: Game-specific configurations -Game-specific configurations supersede runner-specific configurations, which in -turn supersede the system configuration. +Game-specific configurations overwrite runner-specific configurations, which in +turn overwrite the system configuration. Runners and the game database ============================= ``~/.local/share/lutris``: All data necessary to manage Lutris' library and games, including: -* ``pga.db``: An SQLite database tracking the game library, game installation -status, various file locations, and some additional metadata +* ``pga.db``: An SQLite database tracking the game library, game installation status, various file locations, and some additional metadata -``runners/*``: Runners downloaded from `lutris.net `_ +* ``runners/*``: Runners downloaded from `lutris.net `_ -``icons/*.png`` and ``banners/*.jpg``: Game banners and icons +* ``icons/*.png`` and ``banners/*.jpg``: Game banners and icons Command line options ====================