Skip to content

Commit

Permalink
Added the default location of Sublime User's Packages in Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvein committed Sep 13, 2012
1 parent 1ca1532 commit 79e921e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sublime/readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@


Sublime populates its Tools/Build System menu based on the `.sublime-build` files stored in the Sublime `Packages` directory. To install `yeoman.sublime-build`, simply place this file within this directory. Sublime populates its Tools/Build System menu based on the `.sublime-build` files stored in the Sublime `Packages` directory. To install `yeoman.sublime-build`, simply place this file within this directory.


Should one need to locate this path, it can be found in `~/Library/Application Support/Sublime Text 2/Packages/User` (if using OS X) or the corresponding Packages/User directory on other platforms. Should one need to locate this path, it can be found in
* Ubuntu : `~/.config/sublime-text-2/Packages/User/`
* OS X : `~/Library/Application Support/Sublime Text 2/Packages/User`


or the corresponding Packages/User directory on other platforms.

0 comments on commit 79e921e

Please sign in to comment.