Skip to content

Commit 1da3410

Browse files
committed
Corrected target directory on Windows
%APPDATA% resolves to C:\Users\<Username>\AppData\Roaming
1 parent 5a3b177 commit 1da3410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Installation through [package control](http://wbond.net/sublime_packages/package
1818
Clone or copy this repository into the packages directory. You will need to rename the folder to `AdvancedNewFile` if using this method. By default, the Package directory is located at:
1919

2020
* OS X: ~/Library/Application Support/Sublime Text 2/Packages/
21-
* Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
21+
* Windows: %APPDATA%/Sublime Text 2/Packages/
2222
* Linux: ~/.config/sublime-text-2/Packages/
2323

2424
or
2525

2626
* OS X: ~/Library/Application Support/Sublime Text 3/Packages/
27-
* Windows: %APPDATA%/Roaming/Sublime Text 3/Packages/
27+
* Windows: %APPDATA%/Sublime Text 3/Packages/
2828
* Linux: ~/.config/sublime-text-3/Packages/
2929

3030
Depending on your install on windows, the ST packages path may be `%APPDATA%/Sublime Text 2/...`

0 commit comments

Comments
 (0)