diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-29 10:44:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 10:44:50 +0000 |
commit | 956989998bfbafc17d8c54d67dcdbe5cbbce55d3 (patch) | |
tree | dced3f3195cba3b7c7926b88bcc901362f13a9b0 | |
parent | 57a455e5f209dd965fd6b495d7f2b033fd5288c0 (diff) | |
download | alacritty-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |