mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
docs: misc fixes (#2683)
* docs: update Scripts documentation Fixes #1159 * docs: fix broken Blocklist links Fixes #913. * docs: remove trailing spaces in markdown * docs: remove link to nonexistent FAQ Fixes #1937. * docs: unbreak the building-trqt-on-win link Fixes #1226. TODO: import that file to these docs * docs: add call for PRs
This commit is contained in:
@@ -17,8 +17,8 @@ Users can set environmental variables to override Transmission's default behavio
|
||||
|
||||
* If `TRANSMISSION_WEB_HOME` is _not_ set, non-Mac platforms will look for the [[Web Interface|WebInterface]] files in `XDG_DATA_HOME` and in `XDG_DATA_DIRS` as described in [the XDG Base Directory Specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables). `XDG_DATA_HOME` has a default value of `$HOME/.local/share/`.
|
||||
* If `TRANSMISSION_HOME` is _not_ set, Unix-based versions of Transmission will look for their settings in `$XDG_CONFIG_HOME/transmission/`. `XDG_CONFIG_HOME` has a default value of `$HOME/.config/`.
|
||||
* If `HOME` is set, it's used in three ways:
|
||||
1. by the `XDG` variables, as described above
|
||||
* If `HOME` is set, it's used in three ways:
|
||||
1. by the `XDG` variables, as described above
|
||||
2. If `TRANSMISSION_HOME` is _not_ set, Mac-based versions of Transmission will look for their settings in `$HOME/Library/Application Support/Transmission`
|
||||
3. `$HOME/Downloads` is the default download directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user