Skip to content

Commit d9337eb

Browse files
committed
added st3 info to README
1 parent 8f6a594 commit d9337eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Shows diffs - also in an external diff tool - between the current file, or selec
77
Installation
88
------------
99

10+
### Sublime Text 2
11+
1012
1. Using Package Control, install "FileDiffs"
1113

1214
Or:
@@ -20,6 +22,13 @@ Or:
2022
2. clone this repo
2123
3. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)
2224

25+
### Sublime Text 3
26+
27+
1. Open the Sublime Text 2 Packages folder
28+
2. clone this repo, but use the `st3` branch
29+
30+
git clone -b st3 [email protected]:colinta/SublimeFileDiffs
31+
2332
Add External Diff Tool
2433
--------
2534

0 commit comments

Comments
 (0)