Update Config.md - location of the config in Windows

Update the location of the config file in Windows in the file Config.md
This commit is contained in:
Vivianne 2024-07-26 17:29:21 +08:00 committed by GitHub
parent de40167712
commit eaecd2c573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ Changes to the user config will only take place after closing and re-opening laz
- OSX: `~/Library/Application Support/jesseduffield/lazydocker/config.yml`
- Linux: `~/.config/lazydocker/config.yml`
- Windows: `C:\\Users\\<User>\\AppData\\Roaming\\jesseduffield\\lazydocker\\config.yml` (I think)
- Windows: `C:\Users\<User>\AppData\Roaming\lazydocker\config.yml`
JSON schema is available for `config.yml` so that IntelliSense in Visual Studio Code
(completion and error checking) is automatically enabled when the [YAML Red Hat][yaml]