Fix Windows config location documontation

The path `%APPDATA%` already includes the `Roaming` folder.
This commit is contained in:
Christian Duerr 2018-12-28 15:26:58 +00:00 committed by GitHub
parent 9cd868f887
commit ec6f756946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Windows configuration location has been moved from %USERPROFILE\alacritty.yml
to %APPDATA%\Roaming\alacritty\alacritty.yml
- Windows configuration location has been moved from %USERPROFILE%\alacritty.yml
to %APPDATA%\alacritty\alacritty.yml
### Fixed

View File

@ -126,7 +126,7 @@ file, please consult the comments in the default config file.
On Windows the config file is located at:
`%APPDATA%\Roaming\alacritty\alacritty.yml`
`%APPDATA%\alacritty\alacritty.yml`
## Issues (known, unknown, feature requests, etc.)