1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

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 ### Changed
- Windows configuration location has been moved from %USERPROFILE\alacritty.yml - Windows configuration location has been moved from %USERPROFILE%\alacritty.yml
to %APPDATA%\Roaming\alacritty\alacritty.yml to %APPDATA%\alacritty\alacritty.yml
### Fixed ### 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: On Windows the config file is located at:
`%APPDATA%\Roaming\alacritty\alacritty.yml` `%APPDATA%\alacritty\alacritty.yml`
## Issues (known, unknown, feature requests, etc.) ## Issues (known, unknown, feature requests, etc.)