Skip to content

Commit 023e339

Browse files
committed
changed visdiff path location
1 parent dc03d98 commit 023e339

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

unixshell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ subtitle: Launching the UI from the Unix command line
1111
Using visdiff
1212
=============
1313

14-
The /Applications/VisualDiffer.app/**Contents/Resources** folder contains the executable file `visdiff` that integrates with VisualDiffer.app
14+
The /Applications/VisualDiffer.app/**Contents/Helpers** folder contains the executable file `visdiff` that integrates with VisualDiffer.app
1515
You can launch `visdiff` to visually show files or folders comparison using the following syntax
1616

1717
visdiff <left file or folder> <right file or folder>
1818

19+
**Note:** On versions older than 1.8.0 `visdiff` is located at `/Applications/VisualDiffer.app/Contents/Resources/visdiff`
20+
1921
Wait for document close
2022
=======================
2123

@@ -35,7 +37,7 @@ VisualDiffer.app doesn't install the terminal application but manually it is pos
3537
It requires root access, from a terminal prompt type the command shown below
3638

3739
{% highlight bash %}
38-
$ sudo ln -s /Applications/VisualDiffer.app/Contents/Resources/visdiff /usr/bin/visdiff
40+
$ sudo ln -s /Applications/VisualDiffer.app/Contents/Helpers /usr/bin/visdiff
3941
{% endhighlight %}
4042

4143
<span style="color:red; font-weight:bold">Note:</span> **VisualDiffer can't install command line tool from its User Interface to comply with Apple's submission guidelines**

0 commit comments

Comments
 (0)