1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

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.
This commit is contained in:
Christian Duerr 2018-07-29 13:11:19 +00:00 committed by GitHub
parent 956989998b
commit 24a74d4488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```