Skip to content

Commit

Permalink
Added windows install instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 9, 2012
1 parent 30ce7d3 commit b4a26bb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -3,17 +3,24 @@

## Installation

Installation for Sublime Text 2 on OSX:
### OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 2
rm ./Packages/User/*

### Windows

cd '.\AppData\Roaming\Sublime Text 2'
rm .\Packages\User\*

### Continue

git init
git remote add origin https://github.com/balupton/sublime-settings.git
git pull origin master --force
git submodule init
git submodule update

Quit and restart Sublime Text 2.


## Suggestion

Expand Down

0 comments on commit b4a26bb

Please sign in to comment.