From dbd8538762ef8968a493e1bf996e8693479ca783 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Sun, 28 Apr 2019 06:24:58 -0700 Subject: Split alacritty into a separate crates The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 4848081e..fddcf2ad 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -228,7 +228,7 @@ Using `cargo deb`, you can create and install a deb file. ```sh cargo install cargo-deb -cargo deb --install +cargo deb --install --manifest-path alacritty/Cargo.toml ``` To choose a default terminal app, use Debian's `update-alternatives`. -- cgit v1.2.3