summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-26 05:46:35 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-26 05:46:35 +0900
commite5c9d6a5299561fbeed047e405fc7d6613ddfb40 (patch)
treeff51871757d3d96c88565a37d2f64f64309fe000 /README.md
parent10ea0a36a5568f98e30f9459ae4585131ebdbb27 (diff)
Fix explanation about the config file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf954e8..fb88e8e 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ For more detailed document, visit https://kyoheiu.dev/felix.
### Changed
-- Add config file path for macOS: `/Users/$USER/.config/felix/config.yaml` will be read after `$HOME/Library/Application Support/felix/config.yaml`.
-- If config file is not found or broken, felix launches with the default configuration, without creating any file.
+- Add extra config file path for macOS: `/Users/$USER/.config/felix/config.yaml` will be read after `$HOME/Library/Application Support/felix/config.yaml`.
+- If config file is not found, or found one is broken, felix launches with the default configuration, without creating new one.
- If the current directory is read-only, `dd`, `Vd` and `p` is disabled in the first place.
- Bump up MSRV to 1.65.