From ad93f683be20e4c1808b284488a234d9a1aa81c7 Mon Sep 17 00:00:00 2001 From: Arnaud Heritier Date: Sun, 8 Mar 2020 18:22:48 +0100 Subject: [PATCH] macOS config file was moved under user home (#361) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc20bf2..0f02e0cd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ See `config.example.toml` for an example configuration file. The configuration should be placed in the following paths depending by the operating system: -* **macOS** - `~/Library/Preferences/topgrade.toml` +* **macOS** - `~/.config/topgrade.toml` * **Windows** - `%APPDATA%/topgrade.toml` * **Other Unix systems** - `~/.config/topgrade.toml`