summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-07-28 06:54:38 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-07-28 06:54:38 +0900
commit06debdd796173a9870283986dc53a2dad64fda75 (patch)
tree00b900135ab0372cc3d79d06a191c22e353f7197 /README.md
parent851f77de2a0f6d925d3b1f55e6f7fe3a1bdd228d (diff)
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index a83363a..7d8a6ba 100644
--- a/README.md
+++ b/README.md
@@ -231,6 +231,8 @@ If any config file is not found, or found one is broken, felix launches with the
Note that the default editor is `$EDITOR`, so if you've not set it, opening a file will fail.
You can find default config file (`config.yaml`) in this repository.
+*Both `config.yaml` and `config.yml` works. from v2.6.1.*
+
### Trash directory and log file
Contrary to the config file, these directory and file will be automatically created.
@@ -238,7 +240,7 @@ Contrary to the config file, these directory and file will be automatically crea
### Linux
```
-config file : $XDG_CONFIG_HOME/felix/config.yaml
+config file : $XDG_CONFIG_HOME/felix/config.yaml(config.yml)
trash directory : $XDG_DATA_HOME/felix/Trash
log files : $XDG_DATA_HOME/felix/log
```
@@ -247,8 +249,8 @@ log files : $XDG_DATA_HOME/felix/log
On macOS, felix looks for the config file in the following locations:
-1. `$HOME/Library/Application Support/felix/config.yaml`
-2. `$HOME/.config/felix/config.yaml`
+1. `$HOME/Library/Application Support/felix/config.yaml(config.yml)`
+2. `$HOME/.config/felix/config.yaml(config.yml)`
```
trash directory : $HOME/Library/Application Support/felix/Trash
@@ -258,7 +260,7 @@ log files : $HOME/Library/Application Support/felix/log
### Windows
```
-config file : $PROFILE\AppData\Roaming\felix\config.yaml
+config file : $PROFILE\AppData\Roaming\felix\config.yaml(config.yml)
trash directory : $PROFILE\AppData\Local\felix\Trash
log files : $PROFILE\AppData\Local\felix\log
```