Skip to content

Commit 6add40a

Browse files
authored
Merge pull request #123 from abhinavk/master
Corrected target directory on Windows
2 parents 725318c + 1da3410 commit 6add40a

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)