aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-07-29 10:44:50 +0000
committerGitHub <noreply@github.com>2018-07-29 10:44:50 +0000
commit956989998bfbafc17d8c54d67dcdbe5cbbce55d3 (patch)
treedced3f3195cba3b7c7926b88bcc901362f13a9b0
parent57a455e5f209dd965fd6b495d7f2b033fd5288c0 (diff)
downloadalacritty-956989998bfbafc17d8c54d67dcdbe5cbbce55d3.tar.gz
alacritty-956989998bfbafc17d8c54d67dcdbe5cbbce55d3.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```