Skip to content

Commit 1ec0370

Browse files
committed
updated README
1 parent 5507b2f commit 1ec0370

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
1-
FileDiffs Plugin for Sublime Text 2
2-
===================================
1+
FileDiffs Plugin
2+
================
33

44
Shows diffs - also in an external diff tool - between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.
55

66

77
Installation
88
------------
99

10-
### Sublime Text 2
11-
1210
1. Using Package Control, install "FileDiffs"
1311

1412
Or:
1513

16-
1. Open the Sublime Text 2 Packages folder
14+
1. Open the Sublime Text Packages folder
1715

18-
- OS X: ~/Library/Application Support/Sublime Text 2/Packages/
19-
- Windows: %APPDATA%/Sublime Text 2/Packages/
20-
- Linux: ~/.Sublime Text 2/Packages/ or ~/.config/sublime-text-2/Packages
16+
- OS X: ~/Library/Application Support/Sublime Text 3/Packages/
17+
- Windows: %APPDATA%/Sublime Text 3/Packages/
18+
- Linux: ~/.Sublime Text 3/Packages/ or ~/.config/sublime-text-2/Packages
2119

2220
2. clone this repo
2321
3. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)
2422

25-
### Sublime Text 3
23+
### Sublime Text 2
2624

2725
1. Open the Sublime Text 2 Packages folder
28-
2. clone this repo, but use the `st3` branch
26+
2. clone this repo, but use the `st2` branch
2927

30-
git clone -b st3 [email protected]:colinta/SublimeFileDiffs
28+
git clone -b st2 [email protected]:colinta/SublimeFileDiffs
3129

3230
Add External Diff Tool
3331
--------

0 commit comments

Comments
 (0)