diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ Using `cargo deb`, you can create and install a deb file. ```sh cargo install cargo-deb -cargo deb --install --manifest-path alacritty/Cargo.toml +cargo deb --install -p alacritty ``` To choose a default terminal app, use Debian's `update-alternatives`. |