From e6ce36e2bd4f481987435b0d964f29e21be5e450 Mon Sep 17 00:00:00 2001 From: mintty Date: Wed, 24 May 2017 15:35:59 +0200 Subject: [PATCH] fix default config directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b549753..91eea8f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Mintty can maintain its configuration file in various locations, with the following precedence: * file given with mintty option `-c` (not used by wsltty default installation) * file `config` in directory given with mintty option `--configdir` - * This is `%APPDATA%\mintty\config` in the default wsltty installation. + * This is `%APPDATA%\wsltty\config` in the default wsltty installation. * `%HOME%\.minttyrc` (usage deprecated with wsltty) * `%HOME%\.config\mintty\config` (usage deprecated with wsltty) * `%APPDATA%\mintty\config`