Update config.rst

An escape backslash was missing from the Windows location for the glances conf, making it appear as glancesglances.conf.
This commit is contained in:
matthewaaronthacker
2022-10-03 15:43:36 -04:00
committed by GitHub
parent 8e443d342c
commit c5ae552a10

View File

@@ -20,7 +20,7 @@ You can put your own ``glances.conf`` file in the following locations:
``Linux``, ``SunOS`` ~/.config/glances/, /etc/glances/, /usr/share/docs/glances/
``*BSD`` ~/.config/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/
``macOS`` ~/Library/Application Support/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/
``Windows`` %APPDATA%\\glances\glances.conf
``Windows`` %APPDATA%\\glances\\glances.conf
==================== =============================================================
- On Windows XP, ``%APPDATA%`` is: ``C:\Documents and Settings\<USERNAME>\Application Data``.