File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Add to Finder context menu (under Services) a new menu item to allow files and f
2323
2424## How to Install
2525- On Lion or above double click on "Compare with VisualDiffer.workflow" file
26- - On Snow Leopard you must copy manually the file " Compare with VisualDiffer.workflow" inside the directort /Users/your account
27- name/Library/Services. If the directory ' Services' doesn't exist you must create it
26+ - On Snow Leopard you must copy manually the file ` Compare with VisualDiffer.workflow ` inside the directory ` /Users/your account
27+ name/Library/Services` . If the directory ` Services` doesn't exist you must create it
2828
2929More details about installation are available <a href =" https://github.com/visualdiffer/scripts/blob/master/installServices.md " >here</a >
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ If you need to wait the user closes the diff document window (not necessary to q
2424
2525For example
2626
27- visdiff ~/original.txt ~/modified.txt --wait
27+ {% highlight bash %}
28+ $ visdiff ~ /original.txt ~ /modified.txt --wait
29+ {% endhighlight %}
30+
2831
2932Creating a symbolic link
3033------------------------
@@ -33,7 +36,9 @@ VisualDiffer.app doesn't install the terminal application but manually it is pos
3336
3437It requires root access, from a terminal prompt type the command shown below
3538
36- sudo ln -s /Applications/VisualDiffer.app/Contents/Resources/visdiff /usr/bin/visdiff
39+ {% highlight bash %}
40+ $ sudo ln -s /Applications/VisualDiffer.app/Contents/Resources/visdiff /usr/bin/visdiff
41+ {% endhighlight %}
3742
3843<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**
3944
You can’t perform that action at this time.
0 commit comments