From 2db61972729a07cba263e466028e6e356027255e Mon Sep 17 00:00:00 2001 From: Niels Bom Date: Wed, 1 May 2024 11:56:37 +0200 Subject: [PATCH] docs - config - config file can not exist Also added another possible macOS path. --- docs/Config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index 48e15f69..06bc1f56 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -4,11 +4,13 @@ The location of the user config will differ depending on your OS. You can open it via lazydocker by opening the application, clicking on the 'project' panel at the top left and pressing 'o' (or pressing 'e' if your files open in vim). +It's possible the config file does not exist, in that case: create it. + Changes to the user config will only take place after closing and re-opening lazydocker ### Locations: -- OSX: `~/Library/Application Support/jesseduffield/lazydocker/config.yml` +- OSX: `~/Library/Application Support/lazydocker/config.yml` or `~/Library/Application Support/jesseduffield/lazydocker/config.yml` - Linux: `~/.config/lazydocker/config.yml` - Windows: `C:\\Users\\\\AppData\\Roaming\\jesseduffield\\lazydocker\\config.yml` (I think)