summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergios - Anestis Kefalidis <sergioskefalidis@gmail.com>2021-08-26 00:13:57 +0300
committerAlexander Schwinn <alexxcons@xfce.org>2021-08-26 07:11:59 +0000
commitb04105809367b6fad16356f2be650564bd01ff78 (patch)
tree9a551e5b8a9d6274ae6914032a4a6615f8fe3644 /examples
parente472c0fa72631e44e47da6dfebd89c96381c57f6 (diff)
downloadthunar-b04105809367b6fad16356f2be650564bd01ff78.tar.gz
tex-open-terminal fix installation command and add uninstallation command
Diffstat (limited to 'examples')
-rw-r--r--examples/tex-open-terminal/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tex-open-terminal/README.md b/examples/tex-open-terminal/README.md
index c669dfe8..188842ea 100644
--- a/examples/tex-open-terminal/README.md
+++ b/examples/tex-open-terminal/README.md
@@ -4,6 +4,6 @@ It adds an "Open Terminal Here" action to the folder context menu and to the fil
The example is mainly provided for developers to get an idea about how to write an extension that implements the ThunarxMenuProvider interface.
-The extension is not installed by default, as every installed extension increases the resources required to run Thunar. If you want to install this extension, you can use the command `make install-extensions LTLIBRARIES` in this directory.
+The extension is not installed by default, as every installed extension increases the resources required to run Thunar. If you want to install this extension, you can use the command `make install-extensionsLTLIBRARIES` in this directory. If you want to uninstall it, you can use the command `make uninstall-extensionsLTLIBRARIES` in this directory.
Please note that this extension is not meant for daily use, but should just serve as an example of how to write a simple Thunar extension. If you want to be able to open a terminal in a specific folder, you should consider installing the thunar-uca extension (see thunar-uca/README.md) and adding an "Open Terminal Here" action there (there's already such an action available by default).