aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b0627820..fff56906 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -222,6 +222,12 @@ cargo install cargo-deb
cargo deb --install
```
+To choose a default terminal app, use Debian's `update-alternatives`.
+
+```sh
+update-alternatives --config x-terminal-emulator
+```
+
## Manual Page
Installing the manual page requires the additional dependency `gzip`.