We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d2c3f commit 8b98484Copy full SHA for 8b98484
externalApps.md
@@ -43,5 +43,9 @@ that returns `com.sublimetext.3` so the file name will be
43
44
Some examples are available at [externalapp-integration](https://github.com/visualdiffer/externalapp-integration/tree/master/editors) repository
45
46
+You can install all integration scripts running the command shown below
47
+
48
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/visualdiffer/externalapp-integration/HEAD/install.sh)"
49
50
**Warning** The script must have the execute flag set otherwise will not be called (i.e. `chmod +x script`)
51
The Console.app could contain error messages
0 commit comments