From 24a74d44882f89d16d197f2f2854208112938acb Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 29 Jul 2018 13:11:19 +0000 Subject: [PATCH] Revert cargo-deb install back to use crates.io Since `cargo-deb` has been updated on crates.io it is now possible to just install it from crates.io and build Alacritty's deb without having to rely on github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ade994..3afabc8f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Using `cargo deb`, you can create and install a deb file. ```sh git clone https://github.com/jwilm/alacritty.git cd alacritty -cargo install --git https://github.com/mmstick/cargo-deb cargo-deb +cargo install cargo-deb cargo deb --install ```