From 956989998bfbafc17d8c54d67dcdbe5cbbce55d3 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 29 Jul 2018 10:44:50 +0000 Subject: [PATCH] Change deb installation from crates.io to git There have been a number of issues an PRs opened since the cargo-deb installation does not work with the latest version from crates.io. To help out users until the crates.io version is updated, the installation instructions have been temporarily changed to install `cargo-deb` through github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afabc8f..72ade994 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 cargo-deb +cargo install --git https://github.com/mmstick/cargo-deb cargo-deb cargo deb --install ```