📦➔🦋 Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: improve a few lines

Ducky ee428bac a13437e4

+2 -4
+2 -4
README.md
··· 77 77 * Config: `$HOME/config/settings/atfile.env` 78 78 * `$HOME` is **always** `/home` on Haiku 79 79 80 - If `$XDG_CONFIG_HOME` is set, this will overwrite the config directory (e.g. setting `XDG_CONFIG_HOME=$HOME/.local/share/atfile` will result in the config being stored at `$HOME/.local/share/atfile/atfile.env`). 81 - 82 - Custom config paths are supported, but set after-the-fact &mdash; see **Manually** below. 80 + If `$XDG_CONFIG_HOME` is set, this will overwrite the config directory (e.g. setting `XDG_CONFIG_HOME=$HOME/.local/share/atfile` will result in the config being stored at `$HOME/.local/share/atfile/atfile.env`). Custom config paths are supported, but set after-the-fact &mdash; see **Manually** below. 83 81 84 82 #### Manually 85 83 ··· 123 121 124 122 * **¹** You can bypass OS detection in one of two ways: 125 123 * Set `ATFILE_SKIP_UNSUPPORTED_OS=1`<br />Be careful! There's a reason some OSes are not supported 126 - * Set `ATFILE_FORCE_OS=<os>`<br />This overrides the OS detected. Possible values: `bsd`, `haiku`, `linux`, `linux-mingw`, `linux-musl`, `linux-termux`, `macos`, `solaris`, `unknown` 124 + * Set `ATFILE_FORCE_OS=<os>`<br />This overrides the OS detected. Possible values: `bsd`, `haiku`, `linux`, `linux-mingw`, `linux-musl`, `linux-termux`, `macos`, and `solaris`. 127 125 * **²** musl-powered distros do not use GNU/glibc packages, and have problems currently 128 126 * Known musl distros: Alpine, Chimera, Dragora, Gentoo (musl), Morpheus, OpenWrt, postmarketOS, Sabotage, Void 129 127 * Bypassing OS detection (see ¹) will work, but dates will not be handled correctly