diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-29 13:11:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 13:11:19 +0000 |
commit | 24a74d44882f89d16d197f2f2854208112938acb (patch) | |
tree | 911d2000d0d5df72f4d0a0b7feb04aa9aa466850 | |
parent | 956989998bfbafc17d8c54d67dcdbe5cbbce55d3 (diff) | |
download | alacritty-24a74d44882f89d16d197f2f2854208112938acb.tar.gz alacritty-24a74d44882f89d16d197f2f2854208112938acb.zip |
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.
-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 --git https://github.com/mmstick/cargo-deb cargo-deb +cargo install cargo-deb cargo deb --install ``` |