File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,17 @@ You can also specify the location yourself using the :option:`--config` option.
4040 Streamlink's Windows installers automatically create a config file if it doesn't exist yet, but on any
4141 other platform or installation method, you must create the file yourself.
4242
43+ .. note::
44+
45+ The ``XDG_CONFIG_HOME `` environment variable is part of the `XDG base directory specification `_ (`Arch Wiki <xdg-base-dir-arch-wiki _>`_).
46+
47+ The ``${VARIABLENAME:-DEFAULTVALUE} `` syntax is explained `here <Parameter expansion _>`_.
48+
49+ .. _XDG base directory specification: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
50+ .. _xdg-base-dir-arch-wiki: https://wiki.archlinux.org/title/XDG_Base_Directory
51+ .. _Parameter expansion: https://wiki.bash-hackers.org/syntax/pe
52+
53+
4354Syntax
4455------
4556
You can’t perform that action at this time.
0 commit comments