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:
parent
9cd868f887
commit
ec6f756946
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue