From fc04bc1e6dfc6f1bd3f0a70b1d6d2b6cbc551d40 Mon Sep 17 00:00:00 2001 From: Ilya Epifanov Date: Mon, 19 Nov 2018 10:24:22 +0100 Subject: Changed path to standard /usr/bin/..., registered as an x-terminal-emulator alternative --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'INSTALL.md') 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`. -- cgit v1.2.3