summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPen Tree <appletree2479@outlook.com>2019-11-27 00:53:43 +0800
committerChristian Duerr <contact@christianduerr.com>2019-11-26 17:53:43 +0100
commit4e6bbfbfc3ae3d315c13ffc6d1a0f6769613823c (patch)
treef1268a2447019efa29d3073036f5596d9447719a /INSTALL.md
parentfe9644805ba97c9d8ebec0da257fe73d28e53300 (diff)
Simplify `cargo deb` usage
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ba9b436a..281e12a1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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`.