File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Installation
2525
2626### Package Control (Easiest)
2727
28- 1 . Using Package Control, install " FileDiffs"
28+ 1 . Using Package Control, install ` FileDiffs `
2929
3030### Sublime Text 3
3131
@@ -36,11 +36,13 @@ Installation
3636
37372 . Clone this repo
3838
39- ``` # Over SSH
39+ ```
40+ # Over SSH
4041 git clone [email protected] :colinta/SublimeFileDiffs 4142
4243 # Over HTTPS
43- git clone https://github.com/colinta/SublimeFileDiffs.git```
44+ git clone https://github.com/colinta/SublimeFileDiffs.git
45+ ```
4446
45473. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)
4648
@@ -49,11 +51,13 @@ Installation
49511. Open the Sublime Text 2 Packages folder
50522. Clone this repo, but use the `st2` branch
5153
52- ```# Over SSH
54+ ```
55+ # Over SSH
5356 git clone -b st2 [email protected] :colinta/SublimeFileDiffs 5457
5558 # Over HTTPS
56- git clone -b st2 https://github.com/colinta/SublimeFileDiffs.git```
59+ git clone -b st2 https://github.com/colinta/SublimeFileDiffs.git
60+ ```
5761
5862Add External Diff Tool *(optional)*
5963--------
You can’t perform that action at this time.
0 commit comments