Skip to content

Commit 2e2ee1c

Browse files
committed
documentation around 'command'
1 parent 4e22235 commit 2e2ee1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

FileDiffs.sublime-settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// NOTE: Copy/paste example below or write your own command in: Package Settings --> FileDiffs --> Settings - User
1111
// This file will be overwritten if the package is updated.
1212

13+
// The "command" argument is different depending on your system, for instance
14+
// you might need to prefix /usr/local/bin, or use another explicit path.
15+
1316
// opendiff (FileMerge)
1417
// "cmd": ["opendiff", "$file1", "$file2"]
1518

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Add External Diff Tool *(optional)*
3939

4040
1. Preferences > Package Settings > FileDiffs > Settings - Default
4141

42-
2. Uncomment one of the examples or write you own command to open external diff tool.
42+
2. Uncomment one of the examples or write your own command to open external diff tool.
43+
44+
This command *may* need to be a full path (e.g. `/usr/local/bin/ksdiff`), if the command isn't in your `PATH`.
4345

4446

4547
Commands

0 commit comments

Comments
 (0)