summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-28 15:26:58 +0000
committerGitHub <noreply@github.com>2018-12-28 15:26:58 +0000
commitec6f756946c998d327316d370b381003e51d3a70 (patch)
treeb93fe200102a4400df012f6e5ce1031d907bc999
parent9cd868f88722502f124e7e84249c33d61ac4c6ab (diff)
Fix Windows config location documontation
The path `%APPDATA%` already includes the `Roaming` folder.
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 121425d4..e6d46d65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 17dd577e..d673e48f 100644
--- a/README.md
+++ b/README.md
@@ -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.)